]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: exynos: Add stdout path property to Arndale board
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 15 Feb 2019 11:27:45 +0000 (12:27 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 18 Feb 2019 17:58:36 +0000 (18:58 +0100)
Replace bootargs and kernel console parameter with 'stdout-path' property
in 'chosen' node to instruct kernel which serial driver should be used
for the kernel console and logs. This allows to enable earlycon messages
by adding just 'earlycon' parameter to kernel command line.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5250-arndale.dts

index b44f03ef3b2707144ede445f853d88e19275bd97..dc6fa6fe83f1e4596bb90d2d1d05d906102b1be5 100644 (file)
@@ -23,7 +23,7 @@
        };
 
        chosen {
-               bootargs = "console=ttySAC2,115200";
+               stdout-path = "serial2:115200n8";
        };
 
        gpio_keys {