[PATCH] ARM: dts: Fix the RPM clock controller compatible string
Bjorn Andersson
bjorn.andersson at linaro.org
Wed Apr 18 21:54:48 PDT 2018
On Wed 18 Apr 06:43 PDT 2018, Linus Walleij wrote:
> The right string is msm8660 and there is also apq8060, but not
> apq8660, so fix this.
>
> Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson at linaro.org>
Regards,
Bjorn
> ---
> arch/arm/boot/dts/qcom-msm8660.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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>;
> };
>
> --
> 2.14.3
>
More information about the linux-arm-kernel
mailing list