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: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Masahiro Yamada 2015-10-21 20:36:27 +09:00 committed by Arnd Bergmann
parent a3de778b1f
commit 06ff6b2d63
5 changed files with 5 additions and 10 deletions

View file

@ -57,8 +57,7 @@ memory {
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {

View file

@ -57,8 +57,7 @@ memory {
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {

View file

@ -57,8 +57,7 @@ memory {
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {

View file

@ -58,8 +58,7 @@ memory {
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {

View file

@ -57,8 +57,7 @@ memory {
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {