diff options
author | Tony Lindgren <tony@atomide.com> | 2014-08-26 03:15:35 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-08-26 03:15:35 +0400 |
commit | c15adae88327a59f55fea9f84050c68a5e7a1596 (patch) | |
tree | 438a492ad950ad7e4149a2b619a8692671a6acdb /arch/arm/boot/dts/omap3-beagle.dts | |
parent | 509a81fd200d64e06990a4a548234cdce51d71ca (diff) | |
download | linux-c15adae88327a59f55fea9f84050c68a5e7a1596.tar.xz |
ARM: dts: Enable UART wake-up events for beagleboard
For device tree based booting, we need to use wake-up
interrupts like we already do for some omaps. This fixes
a PM regression on beagleboard compared to legacy booting.
Tested-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-beagle.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-beagle.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts index 3c3e6da1deac..a9aae88b74f5 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/arch/arm/boot/dts/omap3-beagle.dts @@ -292,6 +292,7 @@ &uart3 { pinctrl-names = "default"; pinctrl-0 = <&uart3_pins>; + interrupts-extended = <&intc 74 &omap3_pmx_core OMAP3_UART3_RX>; }; &gpio1 { |