* [PATCH] ARM: dts: dra72-evm: Mark uart1 rxd as wakeup capable
@ 2015-11-26 8:31 Vignesh R
2015-11-27 5:02 ` Nishanth Menon
0 siblings, 1 reply; 3+ messages in thread
From: Vignesh R @ 2015-11-26 8:31 UTC (permalink / raw)
To: Tony Lindgren
Cc: Rob Herring, Russell King, linux-omap-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Vignesh R
Uart1 rxd is wakeup capable on DRA72 EVM. Hence, mark rxd line as
wakeup capable. This is similar to commit 66b0436977e2c ("ARM: dts:
dra7-evm: Mark uart1 rxd as wakeup capable") for DRA74 EVM.
Signed-off-by: Vignesh R <vigneshr-l0cyMroinI0@public.gmane.org>
---
arch/arm/boot/dts/dra72-evm.dts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
index d6104d5f0c01..8bf36b0b3c33 100644
--- a/arch/arm/boot/dts/dra72-evm.dts
+++ b/arch/arm/boot/dts/dra72-evm.dts
@@ -478,6 +478,8 @@
&uart1 {
status = "okay";
+ interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
+ <&dra7_pmx_core 0x3e0>;
};
&elm {
--
2.6.3
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: dra72-evm: Mark uart1 rxd as wakeup capable
2015-11-26 8:31 [PATCH] ARM: dts: dra72-evm: Mark uart1 rxd as wakeup capable Vignesh R
@ 2015-11-27 5:02 ` Nishanth Menon
2015-11-30 21:56 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Nishanth Menon @ 2015-11-27 5:02 UTC (permalink / raw)
To: Vignesh R, Tony Lindgren
Cc: Rob Herring, Russell King, linux-omap, devicetree,
linux-arm-kernel, linux-kernel
On 11/26/2015 02:31 AM, Vignesh R wrote:
> Uart1 rxd is wakeup capable on DRA72 EVM. Hence, mark rxd line as
> wakeup capable. This is similar to commit 66b0436977e2c ("ARM: dts:
> dra7-evm: Mark uart1 rxd as wakeup capable") for DRA74 EVM.
>
> Signed-off-by: Vignesh R <vigneshr@ti.com>
> ---
> arch/arm/boot/dts/dra72-evm.dts | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
> index d6104d5f0c01..8bf36b0b3c33 100644
> --- a/arch/arm/boot/dts/dra72-evm.dts
> +++ b/arch/arm/boot/dts/dra72-evm.dts
> @@ -478,6 +478,8 @@
>
> &uart1 {
> status = "okay";
> + interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
> + <&dra7_pmx_core 0x3e0>;
> };
>
> &elm {
>
Acked-by: Nishanth Menon <nm@ti.com>
--
Regards,
Nishanth Menon
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: dra72-evm: Mark uart1 rxd as wakeup capable
2015-11-27 5:02 ` Nishanth Menon
@ 2015-11-30 21:56 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2015-11-30 21:56 UTC (permalink / raw)
To: Nishanth Menon
Cc: Vignesh R, Rob Herring, Russell King, linux-omap, devicetree,
linux-arm-kernel, linux-kernel
* Nishanth Menon <nm@ti.com> [151126 21:03]:
> On 11/26/2015 02:31 AM, Vignesh R wrote:
> > Uart1 rxd is wakeup capable on DRA72 EVM. Hence, mark rxd line as
> > wakeup capable. This is similar to commit 66b0436977e2c ("ARM: dts:
> > dra7-evm: Mark uart1 rxd as wakeup capable") for DRA74 EVM.
> >
> > Signed-off-by: Vignesh R <vigneshr@ti.com>
> > ---
> > arch/arm/boot/dts/dra72-evm.dts | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
> > index d6104d5f0c01..8bf36b0b3c33 100644
> > --- a/arch/arm/boot/dts/dra72-evm.dts
> > +++ b/arch/arm/boot/dts/dra72-evm.dts
> > @@ -478,6 +478,8 @@
> >
> > &uart1 {
> > status = "okay";
> > + interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
> > + <&dra7_pmx_core 0x3e0>;
> > };
> >
> > &elm {
> >
>
> Acked-by: Nishanth Menon <nm@ti.com>
Applying into omap-for-v4.5/dt thanks.
Tony
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-30 21:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26 8:31 [PATCH] ARM: dts: dra72-evm: Mark uart1 rxd as wakeup capable Vignesh R
2015-11-27 5:02 ` Nishanth Menon
2015-11-30 21:56 ` Tony Lindgren
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).