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 <konrad.dybcio@somainline.org>
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220319174645.340379-7-konrad.dybcio@somainline.org
This commit is contained in:
Konrad Dybcio
2022-03-19 18:46:36 +01:00
committed by Bjorn Andersson
parent e9b0eb5420
commit 355ea704c8

View File

@@ -10,6 +10,10 @@
/delete-node/ &cpu6_map;
/delete-node/ &cpu7_map;
&gcc {
compatible = "qcom,gcc-msm8992";
};
&rpmcc {
compatible = "qcom,rpmcc-msm8992";
};