Skip to content

Commit 3f502e3

Browse files
z3ntuandersson
authored andcommitted
ARM: dts: qcom: msm8226: Provide clocks to mmcc node
The mmcc needs several clocks that are being used as parents. Provide them in dt. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230509-msm8226-mmcc-parents-v1-3-83a2dfc986ab@z3ntu.xyz
1 parent e280427 commit 3f502e3

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

arch/arm/boot/dts/qcom-msm8226.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,21 @@
398398
#clock-cells = <1>;
399399
#reset-cells = <1>;
400400
#power-domain-cells = <1>;
401+
402+
clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>,
403+
<&gcc GCC_MMSS_GPLL0_CLK_SRC>,
404+
<&gcc GPLL0_VOTE>,
405+
<&gcc GPLL1_VOTE>,
406+
<&rpmcc RPM_SMD_GFX3D_CLK_SRC>,
407+
<0>,
408+
<0>;
409+
clock-names = "xo",
410+
"mmss_gpll0_vote",
411+
"gpll0_vote",
412+
"gpll1_vote",
413+
"gfx3d_clk_src",
414+
"dsi0pll",
415+
"dsi0pllbyte";
401416
};
402417

403418
tlmm: pinctrl@fd510000 {

0 commit comments

Comments
 (0)