ARM: dts: dra7-evm: Mark uart1 rxd as wakeup capable
authorNishanth Menon <nm@ti.com>
Sat, 7 Jun 2014 01:53:22 +0000 (20:53 -0500)
committerNishanth 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

index 50f8022905a1f36e415f93f8638055993d5f4b5d..08434c7b975993fb79360f1632ad9b733823fc22 100644 (file)
        status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&uart1_pins>;
+       interrupts-extended = <&gic GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
+                             <&dra7_pmx_core 0x3e0>;
 };
 
 &uart2 {
This page took 0.025576 seconds and 5 git commands to generate.