Commit db543066 authored by Rob Herring's avatar Rob Herring Committed by Arnd Bergmann
Browse files

arm: dts: replace 'linux,stdout-path' with 'stdout-path'



'linux,stdout-path' has been deprecated for some time in favor of
'stdout-path'. Now dtc will warn on occurrences of 'linux,stdout-path'.
Search and replace all the of occurrences with 'stdout-path'.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 9f068ac8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
	};

	chosen {
		linux,stdout-path = &usart2;
		stdout-path = &usart2;
	};

	memory {
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
		     "digi,connectcore-ccxmx51-som", "fsl,imx51";

	chosen {
		linux,stdout-path = &uart1;
		stdout-path = &uart1;
	};
};

+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

/ {
	chosen {
		linux,stdout-path = &uart4;
		stdout-path = &uart4;
	};

	regulators {
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

	chosen {
		bootargs = "console=ttyS0,115200n8 earlyprintk";
		linux,stdout-path = &uart0;
		stdout-path = &uart0;
	};

	soc {
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

	chosen {
		bootargs = "console=ttyS0,115200n8 earlyprintk";
		linux,stdout-path = &uart0;
		stdout-path = &uart0;
	};

	soc {
Loading