mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08:00
powerpc: 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> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
dd40c5b4c9
commit
78e5dfea84
@ -219,6 +219,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@ef600300";
|
||||
stdout-path = "/plb/opb/serial@ef600300";
|
||||
};
|
||||
};
|
||||
|
@ -178,6 +178,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &console;
|
||||
stdout-path = &console;
|
||||
};
|
||||
};
|
||||
|
@ -177,6 +177,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &console;
|
||||
stdout-path = &console;
|
||||
};
|
||||
};
|
||||
|
@ -410,6 +410,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &UART0;
|
||||
stdout-path = &UART0;
|
||||
};
|
||||
};
|
||||
|
@ -168,6 +168,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/pci@80000000/isa@7/serial@3f8";
|
||||
stdout-path = "/pci@80000000/isa@7/serial@3f8";
|
||||
};
|
||||
};
|
||||
|
@ -304,7 +304,7 @@
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,38400 root=/dev/mtdblock3 rootfstype=jffs2";
|
||||
linux,stdout-path = &serial0;
|
||||
stdout-path = &serial0;
|
||||
};
|
||||
|
||||
};
|
||||
|
@ -295,6 +295,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@ef600300";
|
||||
stdout-path = "/plb/opb/serial@ef600300";
|
||||
};
|
||||
};
|
||||
|
@ -361,6 +361,6 @@
|
||||
};
|
||||
};
|
||||
chosen {
|
||||
linux,stdout-path = &MPSC0;
|
||||
stdout-path = &MPSC0;
|
||||
};
|
||||
};
|
||||
|
@ -237,6 +237,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &UART0;
|
||||
stdout-path = &UART0;
|
||||
};
|
||||
};
|
||||
|
@ -332,6 +332,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@40000200";
|
||||
stdout-path = "/plb/opb/serial@40000200";
|
||||
};
|
||||
};
|
||||
|
@ -421,7 +421,7 @@
|
||||
|
||||
};
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@ef600200";
|
||||
stdout-path = "/plb/opb/serial@ef600200";
|
||||
};
|
||||
|
||||
};
|
||||
|
@ -225,6 +225,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@ef600300";
|
||||
stdout-path = "/plb/opb/serial@ef600300";
|
||||
};
|
||||
};
|
||||
|
@ -146,7 +146,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &serial0;
|
||||
stdout-path = &serial0;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -607,7 +607,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@b0020000";
|
||||
stdout-path = "/plb/opb/serial@b0020000";
|
||||
bootargs = "console=ttyS0,115200 rw log_buf_len=32768 debug";
|
||||
};
|
||||
};
|
||||
|
@ -191,6 +191,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/tsi109@c0000000/serial@7808";
|
||||
stdout-path = "/tsi109@c0000000/serial@7808";
|
||||
};
|
||||
};
|
||||
|
@ -291,6 +291,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &UART0;
|
||||
stdout-path = &UART0;
|
||||
};
|
||||
};
|
||||
|
@ -442,6 +442,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@f0000200";
|
||||
stdout-path = "/plb/opb/serial@f0000200";
|
||||
};
|
||||
};
|
||||
|
@ -150,6 +150,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@40000200";
|
||||
stdout-path = "/plb/opb/serial@40000200";
|
||||
};
|
||||
};
|
||||
|
@ -111,6 +111,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@40000200";
|
||||
stdout-path = "/plb/opb/serial@40000200";
|
||||
};
|
||||
};
|
||||
|
@ -505,6 +505,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@f0000200";
|
||||
stdout-path = "/plb/opb/serial@f0000200";
|
||||
};
|
||||
};
|
||||
|
@ -222,6 +222,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@50001000";
|
||||
stdout-path = "/plb/opb/serial@50001000";
|
||||
};
|
||||
};
|
||||
|
@ -339,6 +339,6 @@
|
||||
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/soc/cpm/serial@91a00";
|
||||
stdout-path = "/soc/cpm/serial@91a00";
|
||||
};
|
||||
};
|
||||
|
@ -25,7 +25,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &console;
|
||||
stdout-path = &console;
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
@ -262,6 +262,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/soc/cpm/serial@11a00";
|
||||
stdout-path = "/soc/cpm/serial@11a00";
|
||||
};
|
||||
};
|
||||
|
@ -185,6 +185,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/soc/cpm/serial@a80";
|
||||
stdout-path = "/soc/cpm/serial@a80";
|
||||
};
|
||||
};
|
||||
|
@ -227,6 +227,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/soc/cpm/serial@a80";
|
||||
stdout-path = "/soc/cpm/serial@a80";
|
||||
};
|
||||
};
|
||||
|
@ -179,7 +179,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &serial0;
|
||||
stdout-path = &serial0;
|
||||
};
|
||||
|
||||
};
|
||||
|
@ -309,6 +309,6 @@
|
||||
};
|
||||
};
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@ef600200";
|
||||
stdout-path = "/plb/opb/serial@ef600200";
|
||||
};
|
||||
};
|
||||
|
@ -242,6 +242,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/soc/cpm/serial@11a00";
|
||||
stdout-path = "/soc/cpm/serial@11a00";
|
||||
};
|
||||
};
|
||||
|
@ -344,7 +344,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@ef600300";
|
||||
stdout-path = "/plb/opb/serial@ef600300";
|
||||
bootargs = "console=ttyS0,115200";
|
||||
};
|
||||
};
|
||||
|
@ -381,7 +381,7 @@
|
||||
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@ef600200";
|
||||
stdout-path = "/plb/opb/serial@ef600200";
|
||||
};
|
||||
|
||||
};
|
||||
|
@ -288,6 +288,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@ef600300";
|
||||
stdout-path = "/plb/opb/serial@ef600300";
|
||||
};
|
||||
};
|
||||
|
@ -406,7 +406,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@ef600300";
|
||||
stdout-path = "/plb/opb/serial@ef600300";
|
||||
bootargs = "console=ttyS0,115200";
|
||||
};
|
||||
};
|
||||
|
@ -137,6 +137,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = &serial0;
|
||||
stdout-path = &serial0;
|
||||
};
|
||||
};
|
||||
|
@ -422,6 +422,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@40000300";
|
||||
stdout-path = "/plb/opb/serial@40000300";
|
||||
};
|
||||
};
|
||||
|
@ -32,7 +32,7 @@
|
||||
} ;
|
||||
chosen {
|
||||
bootargs = "console=ttyS0 root=/dev/ram";
|
||||
linux,stdout-path = &RS232_Uart_1;
|
||||
stdout-path = &RS232_Uart_1;
|
||||
} ;
|
||||
cpus {
|
||||
#address-cells = <1>;
|
||||
|
@ -26,7 +26,7 @@
|
||||
} ;
|
||||
chosen {
|
||||
bootargs = "console=ttyS0 root=/dev/ram";
|
||||
linux,stdout-path = "/plb@0/serial@83e00000";
|
||||
stdout-path = "/plb@0/serial@83e00000";
|
||||
} ;
|
||||
cpus {
|
||||
#address-cells = <1>;
|
||||
|
@ -241,6 +241,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@ef600300";
|
||||
stdout-path = "/plb/opb/serial@ef600300";
|
||||
};
|
||||
};
|
||||
|
@ -304,6 +304,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@ef600300";
|
||||
stdout-path = "/plb/opb/serial@ef600300";
|
||||
};
|
||||
};
|
||||
|
@ -503,6 +503,6 @@
|
||||
|
||||
/* Needed for dtbImage boot wrapper compatibility */
|
||||
chosen {
|
||||
linux,stdout-path = &serial0;
|
||||
stdout-path = &serial0;
|
||||
};
|
||||
};
|
||||
|
@ -327,6 +327,6 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,stdout-path = "/plb/opb/serial@ef600300";
|
||||
stdout-path = "/plb/opb/serial@ef600300";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user