linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sm8150: Update parent clock for rpmhcc
@ 2019-08-22 17:05 Vinod Koul
  2019-08-26 17:38 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Vinod Koul @ 2019-08-22 17:05 UTC (permalink / raw)
  To: Andy Gross
  Cc: linux-arm-msm, Bjorn Andersson, Vinod Koul, Rob Herring,
	Mark Rutland, Stephen Boyd, devicetree, linux-kernel

Since rphmcc expects the parent clock name as 'xo_board', update the
parent clock name.

Signed-off-by: Vinod Koul <vkoul@kernel.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";
 				clocks = <&xo_board>;
 			};
 		};
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: qcom: sm8150: Update parent clock for rpmhcc
  2019-08-22 17:05 [PATCH] arm64: dts: qcom: sm8150: Update parent clock for rpmhcc Vinod Koul
@ 2019-08-26 17:38 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2019-08-26 17:38 UTC (permalink / raw)
  To: Andy Gross
  Cc: linux-arm-msm, Bjorn Andersson, Rob Herring, Mark Rutland,
	Stephen Boyd, devicetree, linux-kernel

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@kernel.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-26 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-22 17:05 [PATCH] arm64: dts: qcom: sm8150: Update parent clock for rpmhcc Vinod Koul
2019-08-26 17:38 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).