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

Commit bf89bd52 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Arnd Bergmann
Browse files

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



As of commit 7f60830a ("serial: sirf: Use generic
uart-has-rtscts DT property property"), the SiRF UART driver recognizes
the generic "uart-has-rtscts" DT property, deprecating the
vendor-specific "sirf,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 avatarArnd Bergmann <arnd@arndb.de>
parent dfbecbc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@
		btm {
			uart6: uart@11000000 {
				status = "okay";
				sirf,uart-has-rtscts;
				uart-has-rtscts;
			};
		};