Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aee99111 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Shawn Guo
Browse files

ARM: dts: imx28: Use generic uart-has-rtscts DT property



As of commit 182cdcb8 ("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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 542a8d98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@
			auart0: serial@8006a000 {
				pinctrl-names = "default";
				pinctrl-0 = <&auart0_pins_a>;
				fsl,uart-has-rtscts;
				uart-has-rtscts;
				status = "okay";
			};

+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@
			auart0: serial@8006a000 {
				pinctrl-names = "default";
				pinctrl-0 = <&auart0_pins_a>;
				fsl,uart-has-rtscts;
				uart-has-rtscts;
				status = "okay";
			};