summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-03-27 21:07:00 -0500
committerMichal Simek <michal.simek@xilinx.com>2018-04-23 12:49:01 +0200
commita7a9e2f0410ddf9ec7491fca0c91fcb4c5c30cbb (patch)
tree50129453b55d19b830f0ee5c48a4b90b7620850f /arch/microblaze
parent96f0e6fcc9add1f063984be32073fe8b1d39b664 (diff)
downloadop-kernel-dev-a7a9e2f0410ddf9ec7491fca0c91fcb4c5c30cbb.zip
op-kernel-dev-a7a9e2f0410ddf9ec7491fca0c91fcb4c5c30cbb.tar.gz
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>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/boot/dts/system.dts2
1 files changed, 1 insertions, 1 deletions
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>;
OpenPOWER on IntegriCloud