ARM: dts: imx28: Use generic uart-has-rtscts DT property
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 31 May 2016 14:31:50 +0000 (16:31 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 11 Jun 2016 06:48:00 +0000 (14:48 +0800)
As of commit 182cdcb8bb16e687 ("serial: mxs-auart: Use generic
uart-has-rtscts DT property"), the Freescale MXS AUART 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>
arch/arm/boot/dts/imx28-apf28dev.dts
arch/arm/boot/dts/imx28-evk.dts

index 1eaa131..c4fadbc 100644 (file)
                        auart0: serial@8006a000 {
                                pinctrl-names = "default";
                                pinctrl-0 = <&auart0_pins_a>;
-                               fsl,uart-has-rtscts;
+                               uart-has-rtscts;
                                status = "okay";
                        };
 
index e3ef94a..a5ba669 100644 (file)
                        auart0: serial@8006a000 {
                                pinctrl-names = "default";
                                pinctrl-0 = <&auart0_pins_a>;
-                               fsl,uart-has-rtscts;
+                               uart-has-rtscts;
                                status = "okay";
                        };