Page MenuHomeFreeBSD

Allwinner add H3 support
ClosedPublic

Authored by manu on May 10 2016, 7:04 PM.
Tags
Referenced Files
Unknown Object (File)
Fri, Apr 26, 10:37 PM
Unknown Object (File)
Fri, Apr 26, 10:59 AM
Unknown Object (File)
Thu, Apr 25, 11:05 PM
Unknown Object (File)
Mar 20 2024, 10:20 AM
Unknown Object (File)
Dec 20 2023, 1:49 AM
Unknown Object (File)
Nov 28 2023, 8:15 PM
Unknown Object (File)
Nov 28 2023, 6:27 PM
Unknown Object (File)
Nov 27 2023, 8:31 PM

Details

Reviewers
jmcneill
Group Reviewers
ARM
Commits
rS299688: Add support for Allwinner H3 SoC.
Summary

Add H3 support.
For now SMP, EHCI GPIO and pinctrl, this is what's it described in the DTS.

Test Plan

Tested on Orange Pi One.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu retitled this revision from to Allwinner add H3 support.
manu updated this object.
manu edited the test plan for this revision. (Show Details)
manu added a reviewer: ARM.
manu set the repository for this revision to rS FreeBSD src repository - subversion.
manu added a project: ARM.
jmcneill added a reviewer: jmcneill.
jmcneill added a subscriber: jmcneill.
jmcneill added inline comments.
sys/arm/allwinner/clk/aw_pll.c
467 ↗(On Diff #16154)

Can you add A23_PLL1_FACTOR_M/K/N defines so you're not referring to A31 stuff here? I know it's redundant but it makes it a bit easier when glancing at the code that there isn't a typo.

600 ↗(On Diff #16154)

I suppose these should be sorted by compat string and not the data column.

This revision is now accepted and ready to land.May 10 2016, 7:59 PM
sys/arm/allwinner/clk/aw_pll.c
467 ↗(On Diff #16154)

Maybe a comment would do the job then ?
I'm not really ok for adding duplicate defines ...

600 ↗(On Diff #16154)

Tomato, Potato (c) Fez.
But yeah I see your point, I'll change that.

manu edited edge metadata.

Add defines for A23 PLLs so it's less confusing.

This revision now requires review to proceed.May 10 2016, 9:14 PM
manu marked 4 inline comments as done.May 10 2016, 9:14 PM
jmcneill edited edge metadata.
This revision is now accepted and ready to land.May 10 2016, 9:17 PM
This revision was automatically updated to reflect the committed changes.