]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: STi: Remove "console=ttyASN" from bootargs for STi boards
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 14 Mar 2018 17:22:07 +0000 (18:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Mar 2018 18:29:53 +0000 (19:29 +0100)
As serial interface is already specified into stdout-path property,
"console=ttyASN,115200" from bootargs can be removed.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/stih407-b2120.dts
arch/arm/boot/dts/stih410-b2120.dts
arch/arm/boot/dts/stih410-b2260.dts
arch/arm/boot/dts/stih418-b2199.dts

index 37f2ddbfa0992419a434d71937fba9871f806c59..a7a0f76e9cbc7e64cf8dcc356da6625e9ea08472 100644 (file)
@@ -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;
        };
 
index a6f00a6687a9d11bb16bd93c661f3d437b0c0bf3..6c6b4cc37e97983582fae97a85911060f4972cf8 100644 (file)
@@ -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;
        };
 
index 62770496e3289daa31b6f0949feb67cc5f482f27..50d36758391c1e482c2c8ade68b5f91ce1322601 100644 (file)
@@ -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;
        };
 
index 36f40f58155d21db4a502175735d1682e2c72b9c..7f5f3252bfc7ebc9ab3d363a51fe1bac1f85ad18 100644 (file)
@@ -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;
        };