Skip to content

Commit

Permalink
ARM: dts: uniphier: use stdout-path instead of console
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masahiro Yamada authored and Arnd Bergmann committed Oct 23, 2015
1 parent a3de778 commit 06ff6b2
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions arch/arm/boot/dts/uniphier-ph1-ld4-ref.dts
Original file line number Diff line number Diff line change
@@ -57,8 +57,7 @@
};

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

aliases {
3 changes: 1 addition & 2 deletions arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts
Original file line number Diff line number Diff line change
@@ -57,8 +57,7 @@
};

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

aliases {
3 changes: 1 addition & 2 deletions arch/arm/boot/dts/uniphier-ph1-pro4-ref.dts
Original file line number Diff line number Diff line change
@@ -57,8 +57,7 @@
};

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

aliases {
3 changes: 1 addition & 2 deletions arch/arm/boot/dts/uniphier-ph1-sld3-ref.dts
Original file line number Diff line number Diff line change
@@ -58,8 +58,7 @@
};

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

aliases {
3 changes: 1 addition & 2 deletions arch/arm/boot/dts/uniphier-ph1-sld8-ref.dts
Original file line number Diff line number Diff line change
@@ -57,8 +57,7 @@
};

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

aliases {

0 comments on commit 06ff6b2

Please sign in to comment.