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:
Mike Tipton
2021-10-21 14:18:23 -07:00
parent 2e8192bfe7
commit efea7299a4

View File

@@ -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>;
};