projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2265ab
)
ARM: dts: dra7-evm: Mark uart1 rxd as wakeup capable
author
Nishanth Menon
<nm@ti.com>
Sat, 7 Jun 2014 01:53:22 +0000
(20:53 -0500)
committer
Nishanth Menon
<nm@ti.com>
Tue, 9 Sep 2014 13:33:29 +0000
(08:33 -0500)
Mark rxd as wakeupcapable for 115200n8 no hardware-flow control
configuration. If h/w flow control is being used, then rts/cts
appropriately should be used.
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm/boot/dts/dra7-evm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/dra7-evm.dts
b/arch/arm/boot/dts/dra7-evm.dts
index 50f8022905a1f36e415f93f8638055993d5f4b5d..08434c7b975993fb79360f1632ad9b733823fc22 100644
(file)
--- a/
arch/arm/boot/dts/dra7-evm.dts
+++ b/
arch/arm/boot/dts/dra7-evm.dts
@@
-303,6
+303,8
@@
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&uart1_pins>;
+ interrupts-extended = <&gic GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
+ <&dra7_pmx_core 0x3e0>;
};
&uart2 {