OSDN Git Service

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

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

Cc: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-By: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-kontron-pitx-imx8m.dts

index 564746d..a91c136 100644 (file)
 &uart3 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart3>;
-       fsl,uart-has-rtscts;
+       uart-has-rtscts;
        assigned-clocks = <&clk IMX8MQ_CLK_UART3>;
        assigned-clock-parents = <&clk IMX8MQ_SYS1_PLL_80M>;
        status = "okay";