devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] arm64: dts: qcom: sc7180: Add wakeup parent for TLMM
       [not found] <1572419178-5750-1-git-send-email-mkshah@codeaurora.org>
@ 2019-10-30  7:06 ` Maulik Shah
  2019-12-10 22:27   ` Lina Iyer
  2019-12-17 20:38   ` Doug Anderson
  0 siblings, 2 replies; 3+ messages in thread
From: Maulik Shah @ 2019-10-30  7:06 UTC (permalink / raw)
  To: agross, robh+dt, bjorn.andersson, linus.walleij
  Cc: linux-arm-msm, linux-kernel, linux-gpio, rnayak, ilina, lsrao,
	mka, swboyd, evgreen, dianders, Maulik Shah, devicetree

Specify wakeup parent irqchip for sc7180 TLMM.

Cc: devicetree@vger.kernel.org
Signed-off-by: Maulik Shah <mkshah@codeaurora.org>
---
 arch/arm64/boot/dts/qcom/sc7180.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index 69d5e2c..9040eee 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -321,6 +321,7 @@
 			interrupt-controller;
 			#interrupt-cells = <2>;
 			gpio-ranges = <&tlmm 0 0 120>;
+			wakeup-parent = <&pdc>;
 
 			qup_uart2_default: qup-uart2-default {
 				pinmux {
-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


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

* Re: [PATCH 2/2] arm64: dts: qcom: sc7180: Add wakeup parent for TLMM
  2019-10-30  7:06 ` [PATCH 2/2] arm64: dts: qcom: sc7180: Add wakeup parent for TLMM Maulik Shah
@ 2019-12-10 22:27   ` Lina Iyer
  2019-12-17 20:38   ` Doug Anderson
  1 sibling, 0 replies; 3+ messages in thread
From: Lina Iyer @ 2019-12-10 22:27 UTC (permalink / raw)
  To: Maulik Shah
  Cc: agross, robh+dt, bjorn.andersson, linus.walleij, linux-arm-msm,
	linux-kernel, linux-gpio, rnayak, lsrao, mka, swboyd, evgreen,
	dianders, devicetree

On Wed, Oct 30 2019 at 01:07 -0600, Maulik Shah wrote:
>Specify wakeup parent irqchip for sc7180 TLMM.
>
>Cc: devicetree@vger.kernel.org
>Signed-off-by: Maulik Shah <mkshah@codeaurora.org>
Reviewed-by: Lina Iyer <ilina@codeaurora.org>

>---
> arch/arm64/boot/dts/qcom/sc7180.dtsi | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
>index 69d5e2c..9040eee 100644
>--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
>+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
>@@ -321,6 +321,7 @@
> 			interrupt-controller;
> 			#interrupt-cells = <2>;
> 			gpio-ranges = <&tlmm 0 0 120>;
>+			wakeup-parent = <&pdc>;
>
> 			qup_uart2_default: qup-uart2-default {
> 				pinmux {
>-- 
>QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
>of Code Aurora Forum, hosted by The Linux Foundation
>

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

* Re: [PATCH 2/2] arm64: dts: qcom: sc7180: Add wakeup parent for TLMM
  2019-10-30  7:06 ` [PATCH 2/2] arm64: dts: qcom: sc7180: Add wakeup parent for TLMM Maulik Shah
  2019-12-10 22:27   ` Lina Iyer
@ 2019-12-17 20:38   ` Doug Anderson
  1 sibling, 0 replies; 3+ messages in thread
From: Doug Anderson @ 2019-12-17 20:38 UTC (permalink / raw)
  To: Maulik Shah, Bjorn Andersson, Andy Gross
  Cc: Rob Herring, LinusW, linux-arm-msm, LKML,
	open list:GPIO SUBSYSTEM, Rajendra Nayak, Lina Iyer, lsrao,
	Matthias Kaehlcke, Stephen Boyd, Evan Green,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS

Bjorn / Andy,

On Wed, Oct 30, 2019 at 12:07 AM Maulik Shah <mkshah@codeaurora.org> wrote:
>
> Specify wakeup parent irqchip for sc7180 TLMM.
>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Maulik Shah <mkshah@codeaurora.org>
> ---
>  arch/arm64/boot/dts/qcom/sc7180.dtsi | 1 +
>  1 file changed, 1 insertion(+)

I see that Linus W. applied patch #1:

https://lore.kernel.org/r/CACRpkdY9ETQRHn7x2D2XVLZ810Uo1cPQxMBqTy5LnrORRNjTVw@mail.gmail.com

...so I think this patch is ready to go.

FWIW, feel free to add:

Reviewed-by: Douglas Anderson <dianders@chromium.org>

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

end of thread, other threads:[~2019-12-17 20:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1572419178-5750-1-git-send-email-mkshah@codeaurora.org>
2019-10-30  7:06 ` [PATCH 2/2] arm64: dts: qcom: sc7180: Add wakeup parent for TLMM Maulik Shah
2019-12-10 22:27   ` Lina Iyer
2019-12-17 20:38   ` Doug Anderson

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).