Page MenuHomeFreeBSD

Finish implementation of RK3299 clocks.
ClosedPublic

Authored by mmel on Nov 19 2019, 6:47 AM.
Tags
None
Referenced Files
F114616572: D22441.diff
Mon, Apr 14, 11:32 AM
Unknown Object (File)
Mon, Apr 14, 4:50 AM
Unknown Object (File)
Mon, Apr 14, 12:44 AM
Unknown Object (File)
Mon, Apr 14, 12:42 AM
Unknown Object (File)
Mon, Apr 14, 12:27 AM
Unknown Object (File)
Sun, Apr 13, 10:01 PM
Unknown Object (File)
Mon, Mar 17, 3:50 AM
Unknown Object (File)
Mar 3 2025, 12:03 PM

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

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

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

sys/arm64/rockchip/clk/rk3399_cru.c
708

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.