diff options
author | Rob Herring <robh@kernel.org> | 2018-03-27 21:07:00 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-04-23 12:49:01 +0200 |
commit | a7a9e2f0410ddf9ec7491fca0c91fcb4c5c30cbb (patch) | |
tree | 50129453b55d19b830f0ee5c48a4b90b7620850f | |
parent | 96f0e6fcc9add1f063984be32073fe8b1d39b664 (diff) | |
download | blackbird-obmc-linux-a7a9e2f0410ddf9ec7491fca0c91fcb4c5c30cbb.tar.gz blackbird-obmc-linux-a7a9e2f0410ddf9ec7491fca0c91fcb4c5c30cbb.zip |
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 <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>
-rw-r--r-- | arch/microblaze/boot/dts/system.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/boot/dts/system.dts b/arch/microblaze/boot/dts/system.dts index b620da23febb..8a420c6702eb 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>; |