[PATCH 06/15] arm64: dts: qcom: msm8992: Use the correct GCC compatible

From: Konrad Dybcio
Date: Sat Mar 19 2022 - 13:47:29 EST


Now that proper msm8992 support is in the driver, switch to
the new compatible.

Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/msm8992.dtsi | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8992.dtsi b/arch/arm64/boot/dts/qcom/msm8992.dtsi
index 58fe58cc7703..1b175b7f1514 100644
--- a/arch/arm64/boot/dts/qcom/msm8992.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8992.dtsi
@@ -10,6 +10,10 @@
/delete-node/ &cpu6_map;
/delete-node/ &cpu7_map;

+&gcc {
+ compatible = "qcom,gcc-msm8992";
+};
+
&rpmcc {
compatible = "qcom,rpmcc-msm8992";
};
--
2.35.1