2022-03-21 21:16:09

by Konrad Dybcio

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

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

Signed-off-by: Konrad Dybcio <[email protected]>
---
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


2022-03-24 19:43:43

by Petr Vorel

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

Hi Konrad, all,

Reviewed-by: Petr Vorel <[email protected]>

Kind regards,
Petr