ARM: dts: imx6ul-kontron-n6x1x-s: Use the standard 'uart-has-rtscts'
authorFabio Estevam <festevam@denx.de>
Fri, 22 Apr 2022 01:18:21 +0000 (22:18 -0300)
committerShawn Guo <shawnguo@kernel.org>
Thu, 5 May 2022 02:09:31 +0000 (10:09 +0800)
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>
arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi

index 770f59b..a6cf0f2 100644 (file)
 &uart3 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart3>;
-       fsl,uart-has-rtscts;
+       uart-has-rtscts;
        status = "okay";
 };