ARM: dts: exynos: Use stdout path property on Arndale Octa board
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 18 Feb 2019 17:32:56 +0000 (18:32 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 18 Mar 2019 18:47:43 +0000 (19:47 +0100)
Replacing bootargs with stdout-path property in chosen node allows using
early console by adding just 'earlycon' parameter to kernel command
line.

Suggested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5420-arndale-octa.dts

index 3447160..8327579 100644 (file)
@@ -24,7 +24,7 @@
        };
 
        chosen {
-               bootargs = "console=ttySAC3,115200";
+               stdout-path = "serial3:115200n8";
        };
 
        firmware@2073000 {