diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-03-14 20:22:07 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-14 21:29:53 +0300 |
commit | dbb3fb45edfff70ac62e5b841a8da634f7e3c1d9 (patch) | |
tree | 18c35b6bc98e6c33b1c6c4a5b82f26ee8e983fd2 /arch/arm/boot/dts/stih418-b2199.dts | |
parent | 65d9982d7e523a1a8e7c9af012da0d166f72fc56 (diff) | |
download | linux-dbb3fb45edfff70ac62e5b841a8da634f7e3c1d9.tar.xz |
ARM: dts: STi: Remove "console=ttyASN" from bootargs for STi boards
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>
Diffstat (limited to 'arch/arm/boot/dts/stih418-b2199.dts')
-rw-r--r-- | arch/arm/boot/dts/stih418-b2199.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stih418-b2199.dts b/arch/arm/boot/dts/stih418-b2199.dts index 36f40f58155d..7f5f3252bfc7 100644 --- a/arch/arm/boot/dts/stih418-b2199.dts +++ b/arch/arm/boot/dts/stih418-b2199.dts @@ -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; }; |