diff options
author | Tony Lindgren <[email protected]> | 2015-12-18 10:13:50 -0800 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2015-12-18 16:43:22 -0800 |
commit | 0b4d6972d7b052b23d33ff9bdbb52958664fbb26 (patch) | |
tree | c8d84910e6c8baca8bf1380a0d6c1ff1090b2ea1 | |
parent | 54011103fb457ba8b23aed6699609c0ad65b05fb (diff) |
ARM: dts: Fix UART wakeirq for omap4 duovero parlor
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]>
-rw-r--r-- | arch/arm/boot/dts/omap4-duovero-parlor.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-duovero-parlor.dts b/arch/arm/boot/dts/omap4-duovero-parlor.dts index 1a78f013f37a..b75f7b2b7c4a 100644 --- 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>; +}; |