[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190826173825.GJ2672@vkoul-mobl>
Date: Mon, 26 Aug 2019 23:08:25 +0530
From: Vinod Koul <vkoul@...nel.org>
To: Andy Gross <agross@...nel.org>
Cc: linux-arm-msm@...r.kernel.org,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Stephen Boyd <sboyd@...nel.org>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: dts: qcom: sm8150: Update parent clock for rpmhcc
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 <vkoul@...nel.org>
> ---
> 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
Powered by blists - more mailing lists