Commit 355ea704 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

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: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Reviewed-by: default avatarPetr Vorel <petr.vorel@gmail.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220319174645.340379-7-konrad.dybcio@somainline.org
parent e9b0eb54
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -10,6 +10,10 @@
/delete-node/ &cpu6_map;
/delete-node/ &cpu7_map;

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

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