Commit f35020b9 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

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: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 15b8831f
......@@ -24,7 +24,7 @@ memory@20000000 {
};
chosen {
bootargs = "console=ttySAC3,115200";
stdout-path = "serial3:115200n8";
};
firmware@2073000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment