diff options
author | Nishanth Menon <nm@ti.com> | 2014-06-06 20:53:22 -0500 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2014-09-09 08:33:29 -0500 |
commit | 66b0436977e2c62388d48836ff784f1fedb49c4f (patch) | |
tree | ff6447454f8d77fc9ac98177c97fc9f513f56170 /arch | |
parent | e2265abe7a18e5e6880d0cd35e2db08bcd237366 (diff) | |
download | talos-obmc-linux-66b0436977e2c62388d48836ff784f1fedb49c4f.tar.gz talos-obmc-linux-66b0436977e2c62388d48836ff784f1fedb49c4f.zip |
ARM: dts: dra7-evm: Mark uart1 rxd as wakeup capable
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 50f8022905a1..08434c7b9759 100644 --- 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 { |