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

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
......@@ -23,7 +23,7 @@ aliases {
};
chosen {
linux,stdout-path = &serial_2;
stdout-path = &serial_2;
};
memory@40000000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment