mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
ARM: dts: msm: Add debugcc clock phandles for Waipio
To prevent race conditions with the framework lists when reading the clk_measure files, the debugcc device will cache its parents during init by calling clk_hw_get_parent_by_index() for all of them. This requires debugcc to probe after all its parents. Add clock phandles for them so debugcc doesn't probe until after its suppliers. Change-Id: I6a447c5d7e3b9d409dd6d731d33cb6f58e4f77b4
This commit is contained in:
@@ -122,8 +122,18 @@
|
||||
qcom,gpucc = <&clock_gpucc>;
|
||||
qcom,apsscc = <&clock_apsscc>;
|
||||
qcom,mccc = <&clock_mccc>;
|
||||
clock-names = "xo_clk_src";
|
||||
clocks = <&clock_rpmh RPMH_CXO_CLK>;
|
||||
clock-names = "xo_clk_src",
|
||||
"gcc",
|
||||
"videocc",
|
||||
"dispcc",
|
||||
"camcc",
|
||||
"gpucc";
|
||||
clocks = <&clock_rpmh RPMH_CXO_CLK>,
|
||||
<&clock_gcc 0>,
|
||||
<&clock_videocc 0>,
|
||||
<&clock_dispcc 0>,
|
||||
<&clock_camcc 0>,
|
||||
<&clock_gpucc 0>;
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user