Page MenuHomeFreeBSD

qcom_gcc: migrate to use sleep_clk directly
ClosedPublic

Authored by adrian on Apr 6 2025, 5:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 27, 11:54 PM
Unknown Object (File)
Sat, Sep 27, 12:57 PM
Unknown Object (File)
Thu, Sep 25, 5:17 AM
Unknown Object (File)
Sun, Sep 21, 6:30 AM
Unknown Object (File)
Sat, Sep 20, 10:40 AM
Unknown Object (File)
Fri, Sep 19, 3:04 AM
Unknown Object (File)
Sep 13 2025, 10:44 PM
Unknown Object (File)
Sep 13 2025, 5:21 AM
Subscribers

Details

Summary

gcc_sleep_clk_src does not exist, just use sleep_clk directly.
I believe this is what feeds them anyway!

This node isn't in the Linux clock driver (drivers/clk/qcom) ipq401x
clock tree, but there are sleep_clk_src nodes in the tree in
ipq50xx, ipq54xx, ipq60xx, ipq8xxxx, ipq9xxxx, msm8xxx, etc.

Diff Detail

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

Event Timeline

adrian requested review of this revision.Apr 6 2025, 5:28 PM
sys/dev/qcom_gcc/qcom_gcc_ipq4018_clock.c
606

i did; they don't have a separate node for the sleep clock, but they do for the other chipsets.

This revision was not accepted when it landed; it landed in state Needs Review.Apr 8 2025, 3:48 AM
This revision was automatically updated to reflect the committed changes.