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)
Dec 20 2023, 7:24 AM
Unknown Object (File)
Dec 13 2023, 6:24 AM
Unknown Object (File)
Sep 20 2023, 5:50 AM
Unknown Object (File)
Aug 26 2023, 3:29 PM
Unknown Object (File)
Jun 24 2023, 9:36 PM
Unknown Object (File)
Jun 24 2023, 4:42 AM
Unknown Object (File)
May 6 2023, 10:25 AM
Unknown Object (File)
May 3 2023, 6:00 PM
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.