Skip to content

Commit

Permalink
ARM: dts: STi: Remove "console=ttyASN" from bootargs for STi boards
Browse files Browse the repository at this point in the history
As serial interface is already specified into stdout-path property,
"console=ttyASN,115200" from bootargs can be removed.

Signed-off-by: Patrice Chotard <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
pchotard authored and gregkh committed Mar 14, 2018
1 parent 65d9982 commit dbb3fb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stih407-b2120.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
compatible = "st,stih407-b2120", "st,stih407";

chosen {
bootargs = "console=ttyAS0,115200 clk_ignore_unused";
bootargs = "clk_ignore_unused";
linux,stdout-path = &sbc_serial0;
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stih410-b2120.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
compatible = "st,stih410-b2120", "st,stih410";

chosen {
bootargs = "console=ttyAS0,115200 clk_ignore_unused";
bootargs = "clk_ignore_unused";
linux,stdout-path = &sbc_serial0;
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stih410-b2260.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
compatible = "st,stih410-b2260", "st,stih410";

chosen {
bootargs = "console=ttyAS1,115200 clk_ignore_unused";
bootargs = "clk_ignore_unused";
linux,stdout-path = &uart1;
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stih418-b2199.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
compatible = "st,stih418-b2199", "st,stih418";

chosen {
bootargs = "console=ttyAS0,115200 clk_ignore_unused";
bootargs = "clk_ignore_unused";
linux,stdout-path = &sbc_serial0;
};

Expand Down

0 comments on commit dbb3fb4

Please sign in to comment.