All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Douglas Anderson <dianders@chromium.org>
Cc: andy.gross@linaro.org, sboyd@kernel.org, tdas@codeaurora.org,
	rplsssn@codeaurora.org, ilina@codeaurora.org,
	devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	David Brown <david.brown@linaro.org>,
	Will Deacon <will.deacon@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	linux-soc@vger.kernel.org,
	Catalin Marinas <catalin.marinas@arm.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 2/2] arm64: dts: sdm845: Add rpmh-clk node
Date: Fri, 22 Jun 2018 10:05:01 -0700	[thread overview]
Message-ID: <20180622170501.GF10336@builder> (raw)
In-Reply-To: <20180618215051.156270-2-dianders@chromium.org>

On Mon 18 Jun 14:50 PDT 2018, Douglas Anderson wrote:

> This adds the rpmh-clk node to sdm845 based on the examples in the
> bindings.
> 
> Signed-off-by: Douglas Anderson <dianders@chromium.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Regards,
Bjorn

> ---
> NOTE: to apply this patch cleanly, apply it atop:
>   arm64: dts: qcom: sdm845: Add I2C, SPI, and UART9 nodes
>   https://patchwork.kernel.org/patch/10462691/
> 
> Changes in v2: None
> 
>  arch/arm64/boot/dts/qcom/sdm845.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> index 43a182fb42c9..00722b533a92 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> @@ -6,6 +6,7 @@
>   */
>  
>  #include <dt-bindings/clock/qcom,gcc-sdm845.h>
> +#include <dt-bindings/clock/qcom,rpmh.h>
>  #include <dt-bindings/interrupt-controller/arm-gic.h>
>  #include <dt-bindings/soc/qcom,rpmh-rsc.h>
>  
> @@ -1001,6 +1002,11 @@
>  					  <SLEEP_TCS   3>,
>  					  <WAKE_TCS    3>,
>  					  <CONTROL_TCS 1>;
> +
> +			rpmhcc: clock-controller {
> +				compatible = "qcom,sdm845-rpmh-clk";
> +				#clock-cells = <1>;
> +			};
>  		};
>  
>  		intc: interrupt-controller@17a00000 {
> -- 
> 2.18.0.rc1.244.gcf134e6275-goog
> 

WARNING: multiple messages have this Message-ID (diff)
From: bjorn.andersson@linaro.org (Bjorn Andersson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/2] arm64: dts: sdm845: Add rpmh-clk node
Date: Fri, 22 Jun 2018 10:05:01 -0700	[thread overview]
Message-ID: <20180622170501.GF10336@builder> (raw)
In-Reply-To: <20180618215051.156270-2-dianders@chromium.org>

On Mon 18 Jun 14:50 PDT 2018, Douglas Anderson wrote:

> This adds the rpmh-clk node to sdm845 based on the examples in the
> bindings.
> 
> Signed-off-by: Douglas Anderson <dianders@chromium.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Regards,
Bjorn

> ---
> NOTE: to apply this patch cleanly, apply it atop:
>   arm64: dts: qcom: sdm845: Add I2C, SPI, and UART9 nodes
>   https://patchwork.kernel.org/patch/10462691/
> 
> Changes in v2: None
> 
>  arch/arm64/boot/dts/qcom/sdm845.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> index 43a182fb42c9..00722b533a92 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> @@ -6,6 +6,7 @@
>   */
>  
>  #include <dt-bindings/clock/qcom,gcc-sdm845.h>
> +#include <dt-bindings/clock/qcom,rpmh.h>
>  #include <dt-bindings/interrupt-controller/arm-gic.h>
>  #include <dt-bindings/soc/qcom,rpmh-rsc.h>
>  
> @@ -1001,6 +1002,11 @@
>  					  <SLEEP_TCS   3>,
>  					  <WAKE_TCS    3>,
>  					  <CONTROL_TCS 1>;
> +
> +			rpmhcc: clock-controller {
> +				compatible = "qcom,sdm845-rpmh-clk";
> +				#clock-cells = <1>;
> +			};
>  		};
>  
>  		intc: interrupt-controller at 17a00000 {
> -- 
> 2.18.0.rc1.244.gcf134e6275-goog
> 

  reply	other threads:[~2018-06-22 17:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-18 21:50 [PATCH v2 1/2] arm64: dts: sdm845: Add rpmh-rsc node Douglas Anderson
2018-06-18 21:50 ` Douglas Anderson
2018-06-18 21:50 ` Douglas Anderson
2018-06-18 21:50 ` [PATCH v2 2/2] arm64: dts: sdm845: Add rpmh-clk node Douglas Anderson
2018-06-18 21:50   ` Douglas Anderson
2018-06-22 17:05   ` Bjorn Andersson [this message]
2018-06-22 17:05     ` Bjorn Andersson
2018-06-18 21:59 ` [PATCH v2 1/2] arm64: dts: sdm845: Add rpmh-rsc node Lina Iyer
2018-06-18 21:59   ` Lina Iyer
2018-06-22 17:04 ` Bjorn Andersson
2018-06-22 17:04   ` Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180622170501.GF10336@builder \
    --to=bjorn.andersson@linaro.org \
    --cc=andy.gross@linaro.org \
    --cc=catalin.marinas@arm.com \
    --cc=david.brown@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=ilina@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-soc@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=rplsssn@codeaurora.org \
    --cc=sboyd@kernel.org \
    --cc=tdas@codeaurora.org \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.