diff options
author | Tony Lindgren <tony@atomide.com> | 2015-12-18 18:13:50 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-19 00:43:22 (GMT) |
commit | 0b4d6972d7b052b23d33ff9bdbb52958664fbb26 (patch) | |
tree | c8d84910e6c8baca8bf1380a0d6c1ff1090b2ea1 | |
parent | 54011103fb457ba8b23aed6699609c0ad65b05fb (diff) | |
download | linux-0b4d6972d7b052b23d33ff9bdbb52958664fbb26.tar.xz |
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 <arun@gumstix.com>
Cc: Ash Charles <ash@gumstix.com>
Cc: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-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 1a78f01..b75f7b2 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>; +}; |