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)
Sun, Nov 16, 10:59 AM
Unknown Object (File)
Sun, Nov 16, 3:20 AM
Unknown Object (File)
Fri, Nov 7, 6:12 AM
Unknown Object (File)
Thu, Nov 6, 10:20 AM
Unknown Object (File)
Thu, Nov 6, 8:46 AM
Unknown Object (File)
Wed, Nov 5, 9:59 PM
Unknown Object (File)
Wed, Nov 5, 9:48 PM
Unknown Object (File)
Wed, Nov 5, 9:24 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.