Commit db543066 authored by Rob Herring's avatar Rob Herring Committed by Arnd Bergmann

arm: 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 all the of occurrences with 'stdout-path'.
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 9f068ac8
...@@ -24,7 +24,7 @@ aliases { ...@@ -24,7 +24,7 @@ aliases {
}; };
chosen { chosen {
linux,stdout-path = &usart2; stdout-path = &usart2;
}; };
memory { memory {
......
...@@ -17,7 +17,7 @@ / { ...@@ -17,7 +17,7 @@ / {
"digi,connectcore-ccxmx51-som", "fsl,imx51"; "digi,connectcore-ccxmx51-som", "fsl,imx51";
chosen { chosen {
linux,stdout-path = &uart1; stdout-path = &uart1;
}; };
}; };
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
/ { / {
chosen { chosen {
linux,stdout-path = &uart4; stdout-path = &uart4;
}; };
regulators { regulators {
......
...@@ -24,7 +24,7 @@ memory { ...@@ -24,7 +24,7 @@ memory {
chosen { chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk"; bootargs = "console=ttyS0,115200n8 earlyprintk";
linux,stdout-path = &uart0; stdout-path = &uart0;
}; };
soc { soc {
......
...@@ -30,7 +30,7 @@ memory { ...@@ -30,7 +30,7 @@ memory {
chosen { chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk"; bootargs = "console=ttyS0,115200n8 earlyprintk";
linux,stdout-path = &uart0; stdout-path = &uart0;
}; };
soc { soc {
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
/ { / {
chosen { chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk"; bootargs = "console=ttyS0,115200n8 earlyprintk";
linux,stdout-path = &uart0; stdout-path = &uart0;
}; };
soc { soc {
......
...@@ -60,7 +60,7 @@ memory { ...@@ -60,7 +60,7 @@ memory {
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; bootargs = "console=ttyS0,115200 earlyprintk";
linux,stdout-path = &uart0; stdout-path = &uart0;
}; };
soc { soc {
......
...@@ -24,7 +24,7 @@ memory { ...@@ -24,7 +24,7 @@ memory {
chosen { chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk"; bootargs = "console=ttyS0,115200n8 earlyprintk";
linux,stdout-path = &uart0; stdout-path = &uart0;
}; };
soc { soc {
......
...@@ -21,7 +21,7 @@ memory { ...@@ -21,7 +21,7 @@ memory {
chosen { chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk"; bootargs = "console=ttyS0,115200n8 earlyprintk";
linux,stdout-path = &uart0; stdout-path = &uart0;
}; };
soc { soc {
......
...@@ -23,7 +23,7 @@ memory { ...@@ -23,7 +23,7 @@ memory {
}; };
chosen { chosen {
linux,stdout-path = &uart0; stdout-path = &uart0;
}; };
clocks { clocks {
......
...@@ -23,7 +23,7 @@ memory { ...@@ -23,7 +23,7 @@ memory {
}; };
chosen { chosen {
linux,stdout-path = &uart0; stdout-path = &uart0;
}; };
clocks { clocks {
......
...@@ -15,7 +15,7 @@ / { ...@@ -15,7 +15,7 @@ / {
chosen { chosen {
bootargs = "console=ttyAS0,115200 clk_ignore_unused"; bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &sbc_serial0; stdout-path = &sbc_serial0;
}; };
memory@40000000 { memory@40000000 {
......
...@@ -15,7 +15,7 @@ / { ...@@ -15,7 +15,7 @@ / {
chosen { chosen {
bootargs = "console=ttyAS0,115200 clk_ignore_unused"; bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &sbc_serial0; stdout-path = &sbc_serial0;
}; };
memory@40000000 { memory@40000000 {
......
...@@ -16,7 +16,7 @@ / { ...@@ -16,7 +16,7 @@ / {
chosen { chosen {
bootargs = "console=ttyAS1,115200 clk_ignore_unused"; bootargs = "console=ttyAS1,115200 clk_ignore_unused";
linux,stdout-path = &uart1; stdout-path = &uart1;
}; };
memory@40000000 { memory@40000000 {
......
...@@ -15,7 +15,7 @@ / { ...@@ -15,7 +15,7 @@ / {
chosen { chosen {
bootargs = "console=ttyAS0,115200 clk_ignore_unused"; bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &sbc_serial0; stdout-path = &sbc_serial0;
}; };
memory@40000000 { memory@40000000 {
......
...@@ -51,7 +51,7 @@ / { ...@@ -51,7 +51,7 @@ / {
chosen { chosen {
bootargs = "console=ttyLP2,115200 clk_ignore_unused init=/linuxrc rw"; bootargs = "console=ttyLP2,115200 clk_ignore_unused init=/linuxrc rw";
linux,stdout-path = "&uart2"; stdout-path = "&uart2";
}; };
memory { memory {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment