ARM: dts: exynos: Add stdout path property to Arndale board
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 15 Feb 2019 11:27:45 +0000 (12:27 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 18 Feb 2019 17:58:36 +0000 (18:58 +0100)
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 <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5250-arndale.dts

index b44f03e..dc6fa6f 100644 (file)
@@ -23,7 +23,7 @@
        };
 
        chosen {
-               bootargs = "console=ttySAC2,115200";
+               stdout-path = "serial2:115200n8";
        };
 
        gpio_keys {