microblaze: dts: replace 'linux,stdout-path' with 'stdout-path' microblaze-v4.18-rc1
authorRob Herring <robh@kernel.org>
Wed, 28 Mar 2018 02:07:00 +0000 (21:07 -0500)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 23 Apr 2018 10:49:01 +0000 (12:49 +0200)
'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>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Michal Simek <monstr@monstr.eu>
Cc: devicetree@vger.kernel.org
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/boot/dts/system.dts

index b620da2..8a420c6 100644 (file)
@@ -44,7 +44,7 @@
        } ;
        chosen {
                bootargs = "console=ttyUL0,115200 highres=on";
-               linux,stdout-path = "/plb@0/serial@84000000";
+               stdout-path = "/plb@0/serial@84000000";
        } ;
        cpus {
                #address-cells = <1>;