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:
parent
15b8831f87
commit
f35020b94a
|
@ -24,7 +24,7 @@ memory@20000000 {
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "console=ttySAC3,115200";
|
stdout-path = "serial3:115200n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
firmware@2073000 {
|
firmware@2073000 {
|
||||||
|
|
Loading…
Reference in New Issue