projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5401110
)
ARM: dts: Fix UART wakeirq for omap4 duovero parlor
author
Tony Lindgren
<tony@atomide.com>
Fri, 18 Dec 2015 18:13:50 +0000
(10:13 -0800)
committer
Tony 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/omap4-duovero-parlor.dts
b/arch/arm/boot/dts/omap4-duovero-parlor.dts
index 1a78f013f37ab8e2ee4de5361dc16bdeec2b2516..b75f7b2b7c4ac9e0aca7c4c44e3f1b8e2bd09c28 100644
(file)
--- 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>;
+};