Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66b04369 authored by Nishanth Menon's avatar Nishanth Menon
Browse files

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: default avatarNishanth Menon <nm@ti.com>
parent e2265abe
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {