arm64: dts: qcom: msm8998: Use the correct GPLL0_DIV leg for MMCC
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Mon, 3 Jul 2023 18:20:12 +0000 (20:20 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 14 Aug 2023 02:52:09 +0000 (19:52 -0700)
MMCC has its own GPLL0 legs - one for 1-1 and one for div-2 output.
We've already been using the correct one in the non-div case, start
doing so for the other one as well.

Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230622-topic-8998clk-v2-8-6222fbc2916b@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/msm8998.dtsi

index 4605dd3..3f0a13b 100644 (file)
                                      "dsi1byte",
                                      "hdmipll",
                                      "dplink",
-                                     "dpvco";
+                                     "dpvco",
+                                     "gpll0_div";
                        clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>,
                                 <&gcc GCC_MMSS_GPLL0_CLK>,
                                 <0>,
                                 <0>,
                                 <0>,
                                 <0>,
-                                <0>;
+                                <0>,
+                                <&gcc GCC_MMSS_GPLL0_DIV_CLK>;
                };
 
                mmss_smmu: iommu@cd00000 {