From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH] ARM: dts: Fix the RPM clock controller compatible string Date: Wed, 18 Apr 2018 21:54:48 -0700 Message-ID: <20180419045448.GT18510@minitux> References: <20180418134312.19314-1-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20180418134312.19314-1-linus.walleij@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Linus Walleij Cc: Stephen Boyd , linux-arm-msm@vger.kernel.org, David Brown , Andy Gross , linux-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-arm-msm@vger.kernel.org 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 Reviewed-by: Bjorn Andersson 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 >