ARM: dts: exynos: Use stdout path property on Arndale Octa board

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>
This commit is contained in:
Krzysztof Kozlowski 2019-02-18 18:32:56 +01:00
parent 15b8831f87
commit f35020b94a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ memory@20000000 {
}; };
chosen { chosen {
bootargs = "console=ttySAC3,115200"; stdout-path = "serial3:115200n8";
}; };
firmware@2073000 { firmware@2073000 {