diff options
author | 2022-04-21 22:18:21 -0300 | |
---|---|---|
committer | 2022-05-05 10:09:31 +0800 | |
commit | 89bbe4e4ba0ac2402ac6fd268acedeb44f387a80 (patch) | |
tree | 57f44516b214a56ffe7c55574989a9d49eb6d5b6 | |
parent | ARM: dts: imx6dl-plybas: Use the standard 'uart-has-rtscts' (diff) | |
download | linux-dev-89bbe4e4ba0ac2402ac6fd268acedeb44f387a80.tar.xz linux-dev-89bbe4e4ba0ac2402ac6fd268acedeb44f387a80.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi b/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi index 770f59b23102..a6cf0f21c66d 100644 --- a/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi +++ b/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi @@ -178,7 +178,7 @@ &uart3 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart3>; - fsl,uart-has-rtscts; + uart-has-rtscts; status = "okay"; }; |