Page MenuHomeFreeBSD

arm64: zynqmp: Add clock driver
ClosedPublic

Authored by manu on Sep 11 2023, 11:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 26 2024, 10:37 AM
Unknown Object (File)
Apr 26 2024, 10:37 AM
Unknown Object (File)
Apr 26 2024, 10:37 AM
Unknown Object (File)
Apr 26 2024, 10:37 AM
Unknown Object (File)
Apr 26 2024, 3:23 AM
Unknown Object (File)
Jan 12 2024, 7:35 AM
Unknown Object (File)
Dec 23 2023, 1:14 AM
Unknown Object (File)
Oct 26 2023, 1:59 PM

Details

Summary

Add clock and reset drivers for the ZynqMP SoC.
The clocks are discovered by talking to the firmware as the topology isn't
fixed on this SoC.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

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

Event Timeline

manu requested review of this revision.Sep 11 2023, 11:56 AM

Never register external clock if they are not in the clock-names property.
Register the dummy clock as a fixed clock with a frequency of 0. It's used
to set as parent for clock that have non-resolved external clock.

This revision was not accepted when it landed; it landed in state Needs Review.Sep 18 2023, 1:25 PM
This revision was automatically updated to reflect the committed changes.