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

ARM: dts: imx6ul-kontron-n6x1x-s: Use the standard 'uart-has-rtscts'

The usage of the 'fsl,uart-has-rtscts' property is deprecated.

Use the standard 'uart-has-rtscts' instead.

Cc: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Fabio Estevam and committed by
Shawn Guo
89bbe4e4 a2587527

+1 -1
+1 -1
arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
··· 178 178 &uart3 { 179 179 pinctrl-names = "default"; 180 180 pinctrl-0 = <&pinctrl_uart3>; 181 - fsl,uart-has-rtscts; 181 + uart-has-rtscts; 182 182 status = "okay"; 183 183 }; 184 184