Skip to content

Commit

Permalink
microblaze: dts: replace 'linux,stdout-path' with 'stdout-path'
Browse files Browse the repository at this point in the history
'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>
  • Loading branch information
Rob Herring authored and Michal Simek committed Apr 23, 2018
1 parent 96f0e6f commit a7a9e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/boot/dts/system.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit a7a9e2f

Please sign in to comment.