ARM: dts: Fix UART wakeirq for omap4 duovero parlor
authorTony Lindgren <tony@atomide.com>
Fri, 18 Dec 2015 18:13:50 +0000 (10:13 -0800)
committerTony Lindgren <tony@atomide.com>
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 <arun@gumstix.com>
Cc: Ash Charles <ash@gumstix.com>
Cc: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Tony Lindgren <tony@atomide.com>
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>;
+};
This page took 0.044555 seconds and 5 git commands to generate.