Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qdl-apf6: add flow control to uart2

RTS/CTS lines are wired to the Bluetooth chip so add uart-has-rtscts
property to uart2.

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Sébastien Szymanski and committed by
Shawn Guo
827f16f7 c916c944

+1
+1
arch/arm/boot/dts/imx6qdl-apf6.dtsi
··· 32 32 &uart2 { 33 33 pinctrl-names = "default"; 34 34 pinctrl-0 = <&pinctrl_uart2>; 35 + uart-has-rtscts; 35 36 status = "okay"; 36 37 }; 37 38