ARM: dts: dra72-evm: Mark uart1 rxd as wakeup capable
authorVignesh R <vigneshr@ti.com>
Thu, 26 Nov 2015 08:31:26 +0000 (14:01 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 1 Dec 2015 18:31:10 +0000 (10:31 -0800)
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>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra72-evm.dts

index e5cc5d3..ae3502a 100644 (file)
 
 &uart1 {
        status = "okay";
+       interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
+                             <&dra7_pmx_core 0x3e0>;
 };
 
 &elm {