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

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

arm64: 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 the one occurrence with 'stdout-path'.

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

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

	memory@40000000 {