Skip to content

Commit

Permalink
arm: 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 all the of occurrences with 'stdout-path'.

Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
robherring authored and arndb committed Mar 7, 2018
1 parent 9f068ac commit db54306
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/animeo_ip.dts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
};

chosen {
linux,stdout-path = &usart2;
stdout-path = &usart2;
};

memory {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx51-digi-connectcore-jsk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"digi,connectcore-ccxmx51-som", "fsl,imx51";

chosen {
linux,stdout-path = &uart1;
stdout-path = &uart1;
};
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/ {
chosen {
linux,stdout-path = &uart4;
stdout-path = &uart4;
};

regulators {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/orion5x-lacie-d2-network.dts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk";
linux,stdout-path = &uart0;
stdout-path = &uart0;
};

soc {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk";
linux,stdout-path = &uart0;
stdout-path = &uart0;
};

soc {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/orion5x-linkstation.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
/ {
chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk";
linux,stdout-path = &uart0;
stdout-path = &uart0;
};

soc {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/orion5x-lswsgl.dts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

chosen {
bootargs = "console=ttyS0,115200 earlyprintk";
linux,stdout-path = &uart0;
stdout-path = &uart0;
};

soc {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/orion5x-maxtor-shared-storage-2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk";
linux,stdout-path = &uart0;
stdout-path = &uart0;
};

soc {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/orion5x-rd88f5182-nas.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk";
linux,stdout-path = &uart0;
stdout-path = &uart0;
};

soc {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/picoxcell-pc7302-pc3x2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
};

chosen {
linux,stdout-path = &uart0;
stdout-path = &uart0;
};

clocks {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/picoxcell-pc7302-pc3x3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
};

chosen {
linux,stdout-path = &uart0;
stdout-path = &uart0;
};

clocks {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stih407-b2120.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

chosen {
bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &sbc_serial0;
stdout-path = &sbc_serial0;
};

memory@40000000 {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stih410-b2120.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

chosen {
bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &sbc_serial0;
stdout-path = &sbc_serial0;
};

memory@40000000 {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stih410-b2260.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

chosen {
bootargs = "console=ttyAS1,115200 clk_ignore_unused";
linux,stdout-path = &uart1;
stdout-path = &uart1;
};

memory@40000000 {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stih418-b2199.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

chosen {
bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &sbc_serial0;
stdout-path = &sbc_serial0;
};

memory@40000000 {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/vf610m4-colibri.dts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

chosen {
bootargs = "console=ttyLP2,115200 clk_ignore_unused init=/linuxrc rw";
linux,stdout-path = "&uart2";
stdout-path = "&uart2";
};

memory {
Expand Down

0 comments on commit db54306

Please sign in to comment.