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)
Mon, Feb 10, 10:50 AM
Unknown Object (File)
Jan 30 2025, 3:51 AM
Unknown Object (File)
Jan 21 2025, 8:45 PM
Unknown Object (File)
Jan 20 2025, 10:05 PM
Unknown Object (File)
Jan 17 2025, 2:12 PM
Unknown Object (File)
Jan 15 2025, 7:33 PM
Unknown Object (File)
Jan 15 2025, 6:36 PM
Unknown Object (File)
Jan 15 2025, 5:05 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.