All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: msm8916: add xo clocks to rpmcc and a53pll
@ 2022-06-20  1:05 Dmitry Baryshkov
  2022-06-20 11:25 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2022-06-20  1:05 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree

Both a53pll and rpmcc make use of xo as a clock parent. Add it to the
respective device nodes.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 562c42ce2c5c..d679aa5989a6 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -301,6 +301,8 @@ rpm_requests: rpm-requests {
 				rpmcc: clock-controller {
 					compatible = "qcom,rpmcc-msm8916", "qcom,rpmcc";
 					#clock-cells = <1>;
+					clocks = <&xo_board>;
+					clock-names = "xo";
 				};
 
 				rpmpd: power-controller {
@@ -1872,6 +1874,8 @@ a53pll: clock@b016000 {
 			compatible = "qcom,msm8916-a53pll";
 			reg = <0x0b016000 0x40>;
 			#clock-cells = <0>;
+			clocks = <&xo_board>;
+			clock-names = "xo";
 		};
 
 		timer@b020000 {
-- 
2.35.1


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

* Re: [PATCH] arm64: dts: qcom: msm8916: add xo clocks to rpmcc and a53pll
  2022-06-20  1:05 [PATCH] arm64: dts: qcom: msm8916: add xo clocks to rpmcc and a53pll Dmitry Baryshkov
@ 2022-06-20 11:25 ` Krzysztof Kozlowski
  2022-06-22 17:24 ` Stephan Gerhold
  2022-07-03  3:56 ` (subset) " Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-20 11:25 UTC (permalink / raw)
  To: Dmitry Baryshkov, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree

On 20/06/2022 03:05, Dmitry Baryshkov wrote:
> Both a53pll and rpmcc make use of xo as a clock parent. Add it to the
> respective device nodes.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* Re: [PATCH] arm64: dts: qcom: msm8916: add xo clocks to rpmcc and a53pll
  2022-06-20  1:05 [PATCH] arm64: dts: qcom: msm8916: add xo clocks to rpmcc and a53pll Dmitry Baryshkov
  2022-06-20 11:25 ` Krzysztof Kozlowski
@ 2022-06-22 17:24 ` Stephan Gerhold
  2022-07-03  3:56 ` (subset) " Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Stephan Gerhold @ 2022-06-22 17:24 UTC (permalink / raw)
  To: Dmitry Baryshkov
  Cc: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski,
	linux-arm-msm, devicetree

On Mon, Jun 20, 2022 at 04:05:19AM +0300, Dmitry Baryshkov wrote:
> Both a53pll and rpmcc make use of xo as a clock parent. Add it to the
> respective device nodes.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

FWIW:

Reviewed-by: Stephan Gerhold <stephan@gerhold.net>

Thanks!
Stephan

> ---
>  arch/arm64/boot/dts/qcom/msm8916.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> index 562c42ce2c5c..d679aa5989a6 100644
> --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> @@ -301,6 +301,8 @@ rpm_requests: rpm-requests {
>  				rpmcc: clock-controller {
>  					compatible = "qcom,rpmcc-msm8916", "qcom,rpmcc";
>  					#clock-cells = <1>;
> +					clocks = <&xo_board>;
> +					clock-names = "xo";
>  				};
>  
>  				rpmpd: power-controller {
> @@ -1872,6 +1874,8 @@ a53pll: clock@b016000 {
>  			compatible = "qcom,msm8916-a53pll";
>  			reg = <0x0b016000 0x40>;
>  			#clock-cells = <0>;
> +			clocks = <&xo_board>;
> +			clock-names = "xo";
>  		};
>  
>  		timer@b020000 {
> -- 
> 2.35.1
> 

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

* Re: (subset) [PATCH] arm64: dts: qcom: msm8916: add xo clocks to rpmcc and a53pll
  2022-06-20  1:05 [PATCH] arm64: dts: qcom: msm8916: add xo clocks to rpmcc and a53pll Dmitry Baryshkov
  2022-06-20 11:25 ` Krzysztof Kozlowski
  2022-06-22 17:24 ` Stephan Gerhold
@ 2022-07-03  3:56 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2022-07-03  3:56 UTC (permalink / raw)
  To: Dmitry Baryshkov, Andy Gross, Rob Herring, Krzysztof Kozlowski
  Cc: devicetree, linux-arm-msm

On Mon, 20 Jun 2022 04:05:19 +0300, Dmitry Baryshkov wrote:
> Both a53pll and rpmcc make use of xo as a clock parent. Add it to the
> respective device nodes.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: msm8916: add xo clocks to rpmcc and a53pll
      commit: 93d7cf2ee59fe6f4484d2833e18d8d4a12b9767e

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

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

end of thread, other threads:[~2022-07-03  3:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20  1:05 [PATCH] arm64: dts: qcom: msm8916: add xo clocks to rpmcc and a53pll Dmitry Baryshkov
2022-06-20 11:25 ` Krzysztof Kozlowski
2022-06-22 17:24 ` Stephan Gerhold
2022-07-03  3:56 ` (subset) " Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.