Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9552203c authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Gregory CLEMENT
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent bf6acf16
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 {
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 {
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 {
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 {
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 {
Loading