diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-04-18 15:43:12 +0200 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-05-14 15:17:59 -0500 |
commit | c715909b615f6e99f6d7785cfdb0f5af51d7e73d (patch) | |
tree | 568c1b4a63462cd69998bdf2eaa5e7b6e94087b2 /arch/arm/boot/dts/qcom-msm8660.dtsi | |
parent | 4ccd111f807cca46043365078d2963120f6a5124 (diff) | |
download | lwn-c715909b615f6e99f6d7785cfdb0f5af51d7e73d.tar.gz lwn-c715909b615f6e99f6d7785cfdb0f5af51d7e73d.zip |
ARM: dts: Fix the RPM clock controller compatible string
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>
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8660.dtsi')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8660.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi index 33030f9419fe..70698941f64c 100644 --- a/arch/arm/boot/dts/qcom-msm8660.dtsi +++ b/arch/arm/boot/dts/qcom-msm8660.dtsi @@ -452,7 +452,7 @@ clock-names = "ram"; rpmcc: clock-controller { - compatible = "qcom,rpmcc-apq8660", "qcom,rpmcc"; + compatible = "qcom,rpmcc-msm8660", "qcom,rpmcc"; #clock-cells = <1>; }; |