arm64: dts: replace 'linux,stdout-path' with 'stdout-path'
authorRob Herring <robh@kernel.org>
Wed, 28 Feb 2018 22:41:16 +0000 (16:41 -0600)
committerArnd Bergmann <arnd@arndb.de>
Wed, 7 Mar 2018 14:30:13 +0000 (15:30 +0100)
'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>
arch/arm64/boot/dts/exynos/exynos7-espresso.dts

index 2272352..00dd89b 100644 (file)
@@ -23,7 +23,7 @@
        };
 
        chosen {
-               linux,stdout-path = &serial_2;
+               stdout-path = &serial_2;
        };
 
        memory@40000000 {