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: Rob Herring <robh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
9f068ac878
commit
db54306630
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &usart2;
|
||||
stdout-path = &usart2;
|
||||
};
|
||||
|
||||
memory {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"digi,connectcore-ccxmx51-som", "fsl,imx51";
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &uart1;
|
||||
stdout-path = &uart1;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
/ {
|
||||
chosen {
|
||||
linux,stdout-path = &uart4;
|
||||
stdout-path = &uart4;
|
||||
};
|
||||
|
||||
regulators {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200n8 earlyprintk";
|
||||
linux,stdout-path = &uart0;
|
||||
stdout-path = &uart0;
|
||||
};
|
||||
|
||||
soc {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200n8 earlyprintk";
|
||||
linux,stdout-path = &uart0;
|
||||
stdout-path = &uart0;
|
||||
};
|
||||
|
||||
soc {
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
/ {
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200n8 earlyprintk";
|
||||
linux,stdout-path = &uart0;
|
||||
stdout-path = &uart0;
|
||||
};
|
||||
|
||||
soc {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200 earlyprintk";
|
||||
linux,stdout-path = &uart0;
|
||||
stdout-path = &uart0;
|
||||
};
|
||||
|
||||
soc {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200n8 earlyprintk";
|
||||
linux,stdout-path = &uart0;
|
||||
stdout-path = &uart0;
|
||||
};
|
||||
|
||||
soc {
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200n8 earlyprintk";
|
||||
linux,stdout-path = &uart0;
|
||||
stdout-path = &uart0;
|
||||
};
|
||||
|
||||
soc {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &uart0;
|
||||
stdout-path = &uart0;
|
||||
};
|
||||
|
||||
clocks {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &uart0;
|
||||
stdout-path = &uart0;
|
||||
};
|
||||
|
||||
clocks {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
chosen {
|
||||
bootargs = "console=ttyAS0,115200 clk_ignore_unused";
|
||||
linux,stdout-path = &sbc_serial0;
|
||||
stdout-path = &sbc_serial0;
|
||||
};
|
||||
|
||||
memory@40000000 {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
chosen {
|
||||
bootargs = "console=ttyAS0,115200 clk_ignore_unused";
|
||||
linux,stdout-path = &sbc_serial0;
|
||||
stdout-path = &sbc_serial0;
|
||||
};
|
||||
|
||||
memory@40000000 {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
chosen {
|
||||
bootargs = "console=ttyAS1,115200 clk_ignore_unused";
|
||||
linux,stdout-path = &uart1;
|
||||
stdout-path = &uart1;
|
||||
};
|
||||
|
||||
memory@40000000 {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
chosen {
|
||||
bootargs = "console=ttyAS0,115200 clk_ignore_unused";
|
||||
linux,stdout-path = &sbc_serial0;
|
||||
stdout-path = &sbc_serial0;
|
||||
};
|
||||
|
||||
memory@40000000 {
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
chosen {
|
||||
bootargs = "console=ttyLP2,115200 clk_ignore_unused init=/linuxrc rw";
|
||||
linux,stdout-path = "&uart2";
|
||||
stdout-path = "&uart2";
|
||||
};
|
||||
|
||||
memory {
|
||||
|
|
Loading…
Reference in New Issue