mirror of https://gitee.com/openkylin/linux.git
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:
parent
db54306630
commit
393bd5b291
|
@ -23,7 +23,7 @@ aliases {
|
|||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &serial_2;
|
||||
stdout-path = &serial_2;
|
||||
};
|
||||
|
||||
memory@40000000 {
|
||||
|
|
Loading…
Reference in New Issue