diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-05-31 16:31:51 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-11 08:48:05 +0200 |
commit | 2e7c416cbadf4795b5c1c66eabd3a96ffb199c51 (patch) | |
tree | f634bde479ae6de441e77fb47e48733ef137a46c /arch/arm/boot/dts/imx53-tx53.dtsi | |
parent | ARM: dts: imx28: Use generic uart-has-rtscts DT property (diff) | |
download | linux-2e7c416cbadf4795b5c1c66eabd3a96ffb199c51.tar.xz linux-2e7c416cbadf4795b5c1c66eabd3a96ffb199c51.zip |
ARM: dts: imx: Use generic uart-has-rtscts DT property
As of commit 1006ed7e1b258dac ("serial: imx: Use generic uart-has-rtscts
DT property"), the Freescale IMX UART driver recognizes the generic
"uart-has-rtscts" DT property, deprecating the vendor-specific
"fsl,uart-has-rtscts" DT property. Hence replace the latter by the
former in all DTS files.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-tx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53-tx53.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx53-tx53.dtsi b/arch/arm/boot/dts/imx53-tx53.dtsi index bd3dfefa5778..57e75f1639e0 100644 --- a/arch/arm/boot/dts/imx53-tx53.dtsi +++ b/arch/arm/boot/dts/imx53-tx53.dtsi @@ -513,21 +513,21 @@ &uart1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart1>; - fsl,uart-has-rtscts; + uart-has-rtscts; status = "okay"; }; &uart2 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart2>; - fsl,uart-has-rtscts; + uart-has-rtscts; status = "okay"; }; &uart3 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart3>; - fsl,uart-has-rtscts; + uart-has-rtscts; status = "okay"; }; |