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

Commit c56e1a2b authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Sebastian Hesselbarth
Browse files

arm: dts: berlin: use stdout-path



Use stdout-path to specify the console and remove the console argument
from the kernel command line.

Signed-off-by: default avatarJisheng Zhang <jszhang@marvell.com>
Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
parent 487eacb9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -45,7 +45,8 @@
	compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";

	chosen {
		bootargs = "console=ttyS0,115200 earlyprintk";
		bootargs = "earlyprintk";
		stdout-path = "serial0:115200n8";
	};

	memory {
+2 −1
Original line number Diff line number Diff line
@@ -46,7 +46,8 @@
	compatible = "google,chromecast", "marvell,berlin2cd", "marvell,berlin";

	chosen {
		bootargs = "console=ttyS0,115200 earlyprintk";
		bootargs = "earlyprintk";
		stdout-path = "serial0:115200n8";
	};

	memory {
+2 −1
Original line number Diff line number Diff line
@@ -49,7 +49,8 @@
	};

	choosen {
		bootargs = "console=ttyS0,115200 earlyprintk";
		bootargs = "earlyprintk";
		stdout-path = "serial0:115200n8";
	};

	regulators {