projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e280427
)
ARM: dts: qcom: msm8226: Provide clocks to mmcc node
author
Luca Weiss
<luca@z3ntu.xyz>
Tue, 9 May 2023 21:16:37 +0000
(23:16 +0200)
committer
Bjorn Andersson
<andersson@kernel.org>
Tue, 13 Jun 2023 17:03:09 +0000
(10:03 -0700)
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
arch/arm/boot/dts/qcom-msm8226.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/qcom-msm8226.dtsi
b/arch/arm/boot/dts/qcom-msm8226.dtsi
index dd67c881c378aa748f688b4215d9bd600c7c1434..ec1b72af80aaccced045bbe85af0f3a681c87d24 100644
(file)
--- a/
arch/arm/boot/dts/qcom-msm8226.dtsi
+++ b/
arch/arm/boot/dts/qcom-msm8226.dtsi
@@
-398,6
+398,21
@@
#clock-cells = <1>;
#reset-cells = <1>;
#power-domain-cells = <1>;
+
+ clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>,
+ <&gcc GCC_MMSS_GPLL0_CLK_SRC>,
+ <&gcc GPLL0_VOTE>,
+ <&gcc GPLL1_VOTE>,
+ <&rpmcc RPM_SMD_GFX3D_CLK_SRC>,
+ <0>,
+ <0>;
+ clock-names = "xo",
+ "mmss_gpll0_vote",
+ "gpll0_vote",
+ "gpll1_vote",
+ "gfx3d_clk_src",
+ "dsi0pll",
+ "dsi0pllbyte";
};
tlmm: pinctrl@fd510000 {