mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 20:33:49 -04:00
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:
@@ -24,7 +24,7 @@ memory@20000000 {
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttySAC3,115200";
|
||||
stdout-path = "serial3:115200n8";
|
||||
};
|
||||
|
||||
firmware@2073000 {
|
||||
|
||||
Reference in New Issue
Block a user