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, Jan 21, 8:45 PM
Unknown Object (File)
Mon, Jan 20, 10:05 PM
Unknown Object (File)
Fri, Jan 17, 2:12 PM
Unknown Object (File)
Wed, Jan 15, 7:33 PM
Unknown Object (File)
Wed, Jan 15, 6:36 PM
Unknown Object (File)
Wed, Jan 15, 5:05 PM
Unknown Object (File)
Fri, Jan 10, 7:34 PM
Unknown Object (File)
Dec 12 2024, 5:48 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

Lint
Lint Skipped
Unit
Tests Skipped

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.