diff options
author | Fabio Estevam <festevam@denx.de> | 2022-04-22 04:18:21 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-05-05 05:09:31 +0300 |
commit | 89bbe4e4ba0ac2402ac6fd268acedeb44f387a80 (patch) | |
tree | 57f44516b214a56ffe7c55574989a9d49eb6d5b6 /arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi | |
parent | a25875276e93636a8d1878c564d635f1a18bac24 (diff) | |
download | linux-89bbe4e4ba0ac2402ac6fd268acedeb44f387a80.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi')
-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"; }; |