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: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Rob Herring 2018-02-28 16:41:16 -06:00 committed by Arnd Bergmann
parent db54306630
commit 393bd5b291
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ aliases {
};
chosen {
linux,stdout-path = &serial_2;
stdout-path = &serial_2;
};
memory@40000000 {