Skip to content

Commit a7a9e2f

Browse files
robherringMichal Simek
authored andcommitted
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 <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Michal Simek <[email protected]> Cc: [email protected] Signed-off-by: Michal Simek <[email protected]>
1 parent 96f0e6f commit a7a9e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/microblaze/boot/dts/system.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
} ;
4545
chosen {
4646
bootargs = "console=ttyUL0,115200 highres=on";
47-
linux,stdout-path = "/plb@0/serial@84000000";
47+
stdout-path = "/plb@0/serial@84000000";
4848
} ;
4949
cpus {
5050
#address-cells = <1>;

0 commit comments

Comments
 (0)