[PATCH] ARM: dts: Fix UART wakeirq for omap4 duovero parlor

Tony Lindgren tony at atomide.com
Fri Dec 18 10:35:30 PST 2015


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 at gumstix.com>
Cc: Ash Charles <ash at gumstix.com>
Cc: Florian Vaussard <florian.vaussard at epfl.ch>
Signed-off-by: Tony Lindgren <tony at atomide.com>
---
 arch/arm/boot/dts/omap4-duovero-parlor.dts | 4 ++++
 1 file changed, 4 insertions(+)

--- a/arch/arm/boot/dts/omap4-duovero-parlor.dts
+++ b/arch/arm/boot/dts/omap4-duovero-parlor.dts
@@ -189,3 +189,7 @@
 	};
 };
 
+&uart3 {
+	interrupts-extended = <&wakeupgen GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH
+			       &omap4_pmx_core OMAP4_UART3_RX>;
+};
-- 
2.6.2




More information about the linux-arm-kernel mailing list