Skip to content

Commit 63f4e4b

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: msm8998: Use the correct GPLL0_DIV leg for MMCC
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>
1 parent 00ada6a commit 63f4e4b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/msm8998.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,7 +2724,8 @@
27242724
"dsi1byte",
27252725
"hdmipll",
27262726
"dplink",
2727-
"dpvco";
2727+
"dpvco",
2728+
"gpll0_div";
27282729
clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>,
27292730
<&gcc GCC_MMSS_GPLL0_CLK>,
27302731
<0>,
@@ -2733,7 +2734,8 @@
27332734
<0>,
27342735
<0>,
27352736
<0>,
2736-
<0>;
2737+
<0>,
2738+
<&gcc GCC_MMSS_GPLL0_DIV_CLK>;
27372739
};
27382740

27392741
mmss_smmu: iommu@cd00000 {

0 commit comments

Comments
 (0)