From: Rob Herring Date: Wed, 28 Mar 2018 02:07:00 +0000 (-0500) Subject: microblaze: dts: replace 'linux,stdout-path' with 'stdout-path' X-Git-Tag: v4.19~867^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7a9e2f0410ddf9ec7491fca0c91fcb4c5c30cbb;p=platform%2Fkernel%2Flinux-rpi.git microblaze: 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 Cc: Mark Rutland Cc: Michal Simek Cc: devicetree@vger.kernel.org Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/boot/dts/system.dts b/arch/microblaze/boot/dts/system.dts index b620da2..8a420c6 100644 --- a/arch/microblaze/boot/dts/system.dts +++ b/arch/microblaze/boot/dts/system.dts @@ -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>;