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

ARM: dts: imx6: phyFLEX: Fix UART hardware flow control

Serial interface uart3 on phyFLEX board is capable of 5-wire connection
including signals RTS and CTS for hardware flow control.

Fix signals UART3_CTS_B and UART3_RTS_B padmux assignments and add
missing property "uart-has-rtscts" to allow serial interface to be
configured and used with the hardware flow control.

Signed-off-by: Primoz Fiser <primoz.fiser@norik.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Primoz Fiser and committed by
Shawn Guo
14cdc1f2 e0cdd26a

+3 -2
+3 -2
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
··· 322 322 fsl,pins = < 323 323 MX6QDL_PAD_EIM_D24__UART3_TX_DATA 0x1b0b1 324 324 MX6QDL_PAD_EIM_D25__UART3_RX_DATA 0x1b0b1 325 - MX6QDL_PAD_EIM_D30__UART3_RTS_B 0x1b0b1 326 - MX6QDL_PAD_EIM_D31__UART3_CTS_B 0x1b0b1 325 + MX6QDL_PAD_EIM_D31__UART3_RTS_B 0x1b0b1 326 + MX6QDL_PAD_EIM_D30__UART3_CTS_B 0x1b0b1 327 327 >; 328 328 }; 329 329 ··· 410 410 &uart3 { 411 411 pinctrl-names = "default"; 412 412 pinctrl-0 = <&pinctrl_uart3>; 413 + uart-has-rtscts; 413 414 status = "disabled"; 414 415 }; 415 416