From: Marek Szyprowski Date: Fri, 15 Feb 2019 11:27:45 +0000 (+0100) Subject: ARM: dts: exynos: Add stdout path property to Arndale board X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~5228^2~4^2~3 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=8e0861fd7f83760209dff517b4c52acd7c1db4d9;p=linux.git ARM: dts: exynos: Add stdout path property to Arndale board Replace bootargs and kernel console parameter with 'stdout-path' property in 'chosen' node to instruct kernel which serial driver should be used for the kernel console and logs. This allows to enable earlycon messages by adding just 'earlycon' parameter to kernel command line. Signed-off-by: Marek Szyprowski Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts index b44f03ef3b27..dc6fa6fe83f1 100644 --- a/arch/arm/boot/dts/exynos5250-arndale.dts +++ b/arch/arm/boot/dts/exynos5250-arndale.dts @@ -23,7 +23,7 @@ }; chosen { - bootargs = "console=ttySAC2,115200"; + stdout-path = "serial2:115200n8"; }; gpio_keys {