Page MenuHomeFreeBSD

Finish implementation of RK3299 clocks.
ClosedPublic

Authored by mmel on Nov 19 2019, 6:47 AM.
Tags
None
Referenced Files
F166247568: D22441.id64897.diff
Wed, Aug 12, 1:37 PM
F166206897: D22441.id64557.diff
Wed, Aug 12, 8:59 AM
F166192622: D22441.id64891.diff
Wed, Aug 12, 6:39 AM
F166098064: D22441.diff
Tue, Aug 11, 5:19 PM
Unknown Object (File)
Tue, Aug 11, 12:34 PM
Unknown Object (File)
Tue, Aug 11, 7:07 AM
Unknown Object (File)
Mon, Aug 10, 4:51 PM
Unknown Object (File)
Sun, Aug 9, 4:06 AM

Details

Summary
  • implement of all but mmc clocks. MMC clocks will be added later by own commit.
  • use 'link' clock type for external clocks.
  • use local macros for doing named structure member initialization.

Diff Detail

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

Event Timeline

Add own version of clock ID's header without single copyright

sys/arm64/rockchip/clk/rk3399_cru.c
847 ↗(On Diff #64565)

It will make sense to have those defines in rk_cru.h I think.
And rename the SoC ones like PLL to PLL_3399 or something like that.

Move common macros to rk_cru.h

This revision is now accepted and ready to land.Nov 26 2019, 5:17 PM
This revision was automatically updated to reflect the committed changes.