From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH] arm64: dts: qcom: sm8150: Update parent clock for rpmhcc Date: Mon, 26 Aug 2019 23:08:25 +0530 Message-ID: <20190826173825.GJ2672@vkoul-mobl> References: <20190822170533.8056-1-vkoul@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190822170533.8056-1-vkoul@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Andy Gross Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Rob Herring , Mark Rutland , Stephen Boyd , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On 22-08-19, 22:35, Vinod Koul wrote: > Since rphmcc expects the parent clock name as 'xo_board', update the > parent clock name. > > Signed-off-by: Vinod Koul > --- > arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi > index 379c40b9a52f..f92c590fd3dc 100644 > --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi > +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi > @@ -650,7 +650,7 @@ > rpmhcc: clock-controller { > compatible = "qcom,sm8150-rpmh-clk"; > #clock-cells = <1>; > - clock-names = "xo"; > + clock-names = "xo_board"; With the v5 of the rpmh changes we dont need this, so please drop this > clocks = <&xo_board>; > }; > }; > -- > 2.20.1 -- ~Vinod