Page MenuHomeFreeBSD

arm64: zynqmp: Add clock driver
ClosedPublic

Authored by manu on Sep 11 2023, 11:56 AM.
Tags
None
Referenced Files
F110686382: D41812.diff
Fri, Feb 21, 9:47 PM
Unknown Object (File)
Sat, Feb 1, 2:27 AM
Unknown Object (File)
Jan 16 2025, 5:42 AM
Unknown Object (File)
Nov 26 2024, 1:06 AM
Unknown Object (File)
Nov 18 2024, 4:25 AM
Unknown Object (File)
Sep 22 2024, 11:37 AM
Unknown Object (File)
Sep 19 2024, 11:58 PM
Unknown Object (File)
Sep 19 2024, 9:17 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 53582
Build 50473: arc lint + arc unit

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.