Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

authored by

Jisheng Zhang and committed by
Sebastian Hesselbarth
c56e1a2b 487eacb9

+6 -3
+2 -1
arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts
··· 45 45 compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin"; 46 46 47 47 chosen { 48 - bootargs = "console=ttyS0,115200 earlyprintk"; 48 + bootargs = "earlyprintk"; 49 + stdout-path = "serial0:115200n8"; 49 50 }; 50 51 51 52 memory {
+2 -1
arch/arm/boot/dts/berlin2cd-google-chromecast.dts
··· 46 46 compatible = "google,chromecast", "marvell,berlin2cd", "marvell,berlin"; 47 47 48 48 chosen { 49 - bootargs = "console=ttyS0,115200 earlyprintk"; 49 + bootargs = "earlyprintk"; 50 + stdout-path = "serial0:115200n8"; 50 51 }; 51 52 52 53 memory {
+2 -1
arch/arm/boot/dts/berlin2q-marvell-dmp.dts
··· 49 49 }; 50 50 51 51 choosen { 52 - bootargs = "console=ttyS0,115200 earlyprintk"; 52 + bootargs = "earlyprintk"; 53 + stdout-path = "serial0:115200n8"; 53 54 }; 54 55 55 56 regulators {