ARM: dts: Fix UART wakeirq for omap4 duovero parlor
authorTony Lindgren <[email protected]>
Fri, 18 Dec 2015 18:13:50 +0000 (10:13 -0800)
committerTony Lindgren <[email protected]>
Sat, 19 Dec 2015 00:43:22 +0000 (16:43 -0800)
Looks like we're missing the wakeirq for the console uart for
duovero parlor. Let's add that as without it console acess just
hangs with PM enabled.

Cc: Arun Bharadwaj <[email protected]>
Cc: Ash Charles <[email protected]>
Cc: Florian Vaussard <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/omap4-duovero-parlor.dts

index 1a78f013f37ab8e2ee4de5361dc16bdeec2b2516..b75f7b2b7c4ac9e0aca7c4c44e3f1b8e2bd09c28 100644 (file)
        };
 };
 
+&uart3 {
+       interrupts-extended = <&wakeupgen GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH
+                              &omap4_pmx_core OMAP4_UART3_RX>;
+};