ARM: dts: Fix the RPM clock controller compatible string
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 18 Apr 2018 13:43:12 +0000 (15:43 +0200)
committerAndy Gross <andy.gross@linaro.org>
Mon, 14 May 2018 20:17:59 +0000 (15:17 -0500)
The right string is msm8660 and there is also apq8060, but not
apq8660, so fix this.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm/boot/dts/qcom-msm8660.dtsi

index 33030f9..7069894 100644 (file)
                        clock-names = "ram";
 
                        rpmcc: clock-controller {
-                               compatible      = "qcom,rpmcc-apq8660", "qcom,rpmcc";
+                               compatible      = "qcom,rpmcc-msm8660", "qcom,rpmcc";
                                #clock-cells = <1>;
                        };