Page MenuHomeFreeBSD

Add ARMADA38X clkgen driver
ClosedPublic

Authored by aja_semihalf.com on Sep 5 2022, 1:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 22, 10:31 AM
Unknown Object (File)
Sat, Apr 19, 6:14 PM
Unknown Object (File)
Fri, Apr 18, 4:54 AM
Unknown Object (File)
Fri, Apr 18, 1:41 AM
Unknown Object (File)
Thu, Apr 17, 4:57 AM
Unknown Object (File)
Mon, Mar 24, 9:22 PM
Unknown Object (File)
Mar 10 2025, 6:55 AM
Unknown Object (File)
Feb 10 2025, 10:50 AM
Subscribers

Details

Summary

This patch introduces clkgen driver for Armada38x SoCs. Clock topology consists of single coreclk which supplies clock signal to CPU cores and peripherials.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/arm/mv/clk/armada38x_coreclk.c
88

No coreclk_1 ?
Also what is the point of base and offset ? They doesn't seems to be used here.

sys/arm/mv/files.arm7
38

Would be best to not make them optional.

sys/arm/mv/clk/armada38x_coreclk.c
88

DTS refers to coreclk 0 and coreclk 2 and i wanted to follow that.

This revision is now accepted and ready to land.Sep 6 2022, 9:35 AM
This revision was automatically updated to reflect the committed changes.