diff options
author | Rob Herring <robh@kernel.org> | 2018-02-28 16:41:15 -0600 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-07 15:28:21 +0100 |
commit | db543066301739052beb7b3656636df66c8ccca7 (patch) | |
tree | e7d0cb9f87ea0ea8d9fb72eca1ce0726d49c5de7 /arch/arm/boot/dts/stih407-b2120.dts | |
parent | 9f068ac878e200eb99fc5dbe1f32b1e925c3c8d5 (diff) | |
download | lwn-db543066301739052beb7b3656636df66c8ccca7.tar.gz lwn-db543066301739052beb7b3656636df66c8ccca7.zip |
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: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/stih407-b2120.dts')
-rw-r--r-- | arch/arm/boot/dts/stih407-b2120.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stih407-b2120.dts b/arch/arm/boot/dts/stih407-b2120.dts index cf8bc8a8b947..de3c8bf129b5 100644 --- a/arch/arm/boot/dts/stih407-b2120.dts +++ b/arch/arm/boot/dts/stih407-b2120.dts @@ -15,7 +15,7 @@ chosen { bootargs = "console=ttyAS0,115200 clk_ignore_unused"; - linux,stdout-path = &sbc_serial0; + stdout-path = &sbc_serial0; }; memory@40000000 { |