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>
This commit is contained in:
parent
487eacb9fc
commit
c56e1a2be1
|
@ -45,7 +45,8 @@ / {
|
||||||
compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
|
compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "console=ttyS0,115200 earlyprintk";
|
bootargs = "earlyprintk";
|
||||||
|
stdout-path = "serial0:115200n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
|
|
|
@ -46,7 +46,8 @@ / {
|
||||||
compatible = "google,chromecast", "marvell,berlin2cd", "marvell,berlin";
|
compatible = "google,chromecast", "marvell,berlin2cd", "marvell,berlin";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "console=ttyS0,115200 earlyprintk";
|
bootargs = "earlyprintk";
|
||||||
|
stdout-path = "serial0:115200n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
|
|
|
@ -49,7 +49,8 @@ memory {
|
||||||
};
|
};
|
||||||
|
|
||||||
choosen {
|
choosen {
|
||||||
bootargs = "console=ttyS0,115200 earlyprintk";
|
bootargs = "earlyprintk";
|
||||||
|
stdout-path = "serial0:115200n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
|
|
Loading…
Reference in New Issue