提交 9552203c 编写于 作者: T Thomas Petazzoni 提交者: Gregory CLEMENT

ARM: mvebu: use stdout-path in all armada-*.dts

This commit adds the stdout-path property in /chosen for all Armada
boards that were not yet carrying this property, and gets rid of
/chosen/bootargs which becomes unneeded: earlyprintk should not be
used by default, and the console= parameter is replaced by the
/chosen/stdout-path property.
Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 bf6acf16
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
compatible = "marvell,a370-db", "marvell,armada370", "marvell,armada-370-xp"; compatible = "marvell,a370-db", "marvell,armada370", "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
compatible = "globalscale,mirabox", "marvell,armada370", "marvell,armada-370-xp"; compatible = "globalscale,mirabox", "marvell,armada370", "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
compatible = "netgear,readynas-102", "marvell,armada370", "marvell,armada-370-xp"; compatible = "netgear,readynas-102", "marvell,armada370", "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
compatible = "netgear,readynas-104", "marvell,armada370", "marvell,armada-370-xp"; compatible = "netgear,readynas-104", "marvell,armada370", "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
compatible = "marvell,a370-rd", "marvell,armada370", "marvell,armada-370-xp"; compatible = "marvell,a370-rd", "marvell,armada370", "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -67,8 +67,7 @@ ...@@ -67,8 +67,7 @@
"marvell,armada-370-xp"; "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
stdout-path = &uart0;
}; };
memory { memory {
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
compatible = "marvell,a375-db", "marvell,armada375"; compatible = "marvell,a375-db", "marvell,armada375";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -49,8 +49,7 @@ ...@@ -49,8 +49,7 @@
compatible = "marvell,a385-db-ap", "marvell,armada385", "marvell,armada38x"; compatible = "marvell,a385-db-ap", "marvell,armada385", "marvell,armada38x";
chosen { chosen {
bootargs = "console=ttyS0,115200"; stdout-path = "serial1:115200n8";
stdout-path = &uart1;
}; };
memory { memory {
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
"marvell,armada385", "marvell,armada380"; "marvell,armada385", "marvell,armada380";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -48,8 +48,7 @@ ...@@ -48,8 +48,7 @@
compatible = "marvell,a385-gp", "marvell,armada388", "marvell,armada380"; compatible = "marvell,a385-gp", "marvell,armada388", "marvell,armada380";
chosen { chosen {
bootargs = "console=ttyS0,115200"; stdout-path = "serial0:115200n8";
stdout-path = &uart0;
}; };
memory { memory {
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
"marvell,armada385","marvell,armada380"; "marvell,armada385","marvell,armada380";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
compatible = "marvell,rd-axpwifiap", "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp"; compatible = "marvell,rd-axpwifiap", "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
compatible = "marvell,axp-db", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp"; compatible = "marvell,axp-db", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
compatible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp"; compatible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -54,8 +54,7 @@ ...@@ -54,8 +54,7 @@
"marvell,armadaxp", "marvell,armada-370-xp"; "marvell,armadaxp", "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
stdout-path = &uart0;
}; };
memory { memory {
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
compatible = "marvell,axp-matrix", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp"; compatible = "marvell,axp-matrix", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
compatible = "netgear,readynas-2120", "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp"; compatible = "netgear,readynas-2120", "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
compatible = "plathome,openblocks-ax3-4", "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp"; compatible = "plathome,openblocks-ax3-4", "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
...@@ -67,8 +67,7 @@ ...@@ -67,8 +67,7 @@
"marvell,armadaxp", "marvell,armada-370-xp"; "marvell,armadaxp", "marvell,armada-370-xp";
chosen { chosen {
bootargs = "console=ttyS0,115200 earlyprintk"; stdout-path = "serial0:115200n8";
stdout-path = &uart0;
}; };
memory { memory {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册