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)
Sat, Apr 25, 5:46 PM
Unknown Object (File)
Thu, Apr 23, 9:24 AM
Unknown Object (File)
Thu, Apr 23, 9:04 AM
Unknown Object (File)
Thu, Apr 23, 8:11 AM
Unknown Object (File)
Tue, Apr 21, 12:27 PM
Unknown Object (File)
Sat, Apr 18, 11:20 AM
Unknown Object (File)
Sat, Apr 11, 2:37 AM
Unknown Object (File)
Fri, Apr 10, 6:48 AM

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.