ARM: dts: imx6dl-plybas: Use the standard 'uart-has-rtscts'
authorFabio Estevam <festevam@denx.de>
Fri, 22 Apr 2022 01:18:20 +0000 (22:18 -0300)
committerShawn Guo <shawnguo@kernel.org>
Thu, 5 May 2022 02:08:58 +0000 (10:08 +0800)
The usage of the 'fsl,uart-has-rtscts' property is deprecated.

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

Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6dl-plybas.dts

index bf72a67a9c7618793d8c649aa2ee92d10199a65b..c52e6caf3996ddcf41c56147db1ed0992d0a6bf5 100644 (file)
 &uart2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart2>;
-       fsl,uart-has-rtscts;
+       uart-has-rtscts;
        linux,rs485-enabled-at-boot-time;
        rs485-rts-delay = <0 20>;
        status = "okay";