aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Dybcio <konrad.dybcio@somainline.org>2022-03-19 18:46:37 +0100
committerBjorn Andersson <bjorn.andersson@linaro.org>2022-04-12 22:07:24 -0500
commitb0b5687a2ce5b27dc76acda2b48415c69b5a5a95 (patch)
treefa0dee2459dd34c015f3a192cc493732709f081d
parentarm64: dts: qcom: msm8992: Use the correct GCC compatible (diff)
downloadlinux-dev-b0b5687a2ce5b27dc76acda2b48415c69b5a5a95.tar.xz
linux-dev-b0b5687a2ce5b27dc76acda2b48415c69b5a5a95.zip
arm64: dts: qcom: msm8992: Use the correct MMCC compatible
Now that proper msm8992 support is in the driver, switch to the new compatible. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220319174645.340379-8-konrad.dybcio@somainline.org
-rw-r--r--arch/arm64/boot/dts/qcom/msm8992.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8992.dtsi b/arch/arm64/boot/dts/qcom/msm8992.dtsi
index 1b175b7f1514..1de1d9c4643d 100644
--- a/arch/arm64/boot/dts/qcom/msm8992.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8992.dtsi
@@ -14,6 +14,16 @@
compatible = "qcom,gcc-msm8992";
};
+&mmcc {
+ compatible = "qcom,mmcc-msm8992";
+
+ assigned-clock-rates = <800000000>,
+ <808000000>,
+ <1020000000>,
+ <960000000>,
+ <800000000>;
+};
+
&rpmcc {
compatible = "qcom,rpmcc-msm8992";
};