OSDN Git Service

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

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

Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-verdin-wifi.dtsi
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi

index 34d9bc4..36289c1 100644 (file)
@@ -61,7 +61,7 @@
 
 /* On-module Bluetooth */
 &uart4 {
-       fsl,uart-has-rtscts;
+       uart-has-rtscts;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_bt_uart>;
        status = "okay";
index aa6442b..fb17e32 100644 (file)
 &uart1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart1>;
-       fsl,uart-has-rtscts;
+       uart-has-rtscts;
 };
 
 /* Verdin UART_2 */
 &uart2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart2>;
-       fsl,uart-has-rtscts;
+       uart-has-rtscts;
 };
 
 /* Verdin UART_3, used as the Linux Console */