Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c715909b authored by Linus Walleij's avatar Linus Walleij Committed by Andy Gross
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 4ccd111f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
			};