Commit 06ff6b2d authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Arnd Bergmann

ARM: dts: uniphier: use stdout-path instead of console

Specifying both console and stdout-path is redundant.  Add options
":115200n8" to stdout-path and drop "console=ttyS0,115200".
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent a3de778b
......@@ -57,8 +57,7 @@ memory {
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {
......
......@@ -57,8 +57,7 @@ memory {
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {
......
......@@ -57,8 +57,7 @@ memory {
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {
......
......@@ -58,8 +58,7 @@ memory {
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {
......
......@@ -57,8 +57,7 @@ memory {
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment