diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-04-08 08:19:26 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2019-04-10 19:13:31 +0300 |
commit | 8cc76b1c75722196fb3d7ffe67cbfeb721a7b0e3 (patch) | |
tree | bd3bc05f325c4fca97440a544c857d464fcd94c6 /arch/arm/boot/dts/exynos4412-origen.dts | |
parent | 06d536094645c703ce29d75de91eddb438d361bf (diff) | |
download | linux-8cc76b1c75722196fb3d7ffe67cbfeb721a7b0e3.tar.xz |
ARM: dts: exynos: Remove console argument from bootargs
Remove the "console=ttySAC..." argument from DTSes having a proper
stdout-path property. To make the code functionally equivalent, add the
serial port baud rate and parity.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-origen.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-origen.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts index 346f71932457..698de4345d16 100644 --- a/arch/arm/boot/dts/exynos4412-origen.dts +++ b/arch/arm/boot/dts/exynos4412-origen.dts @@ -25,8 +25,7 @@ }; chosen { - bootargs ="console=ttySAC2,115200"; - stdout-path = &serial_2; + stdout-path = "serial2:115200n8"; }; firmware@203f000 { |