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:
Родитель
15b8831f87
Коммит
f35020b94a
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttySAC3,115200";
|
||||
stdout-path = "serial3:115200n8";
|
||||
};
|
||||
|
||||
firmware@2073000 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче