diff mbox series

[v2] ARM: dts: exynos: Add stdout path property to Arndale board

Message ID 20190215112745.22261-1-m.szyprowski@samsung.com (mailing list archive)
State Mainlined
Commit 8e0861fd7f83760209dff517b4c52acd7c1db4d9
Headers show
Series [v2] ARM: dts: exynos: Add stdout path property to Arndale board | expand

Commit Message

Marek Szyprowski Feb. 15, 2019, 11:27 a.m. UTC
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>
---
 arch/arm/boot/dts/exynos5250-arndale.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index b44f03ef3b27..dc6fa6fe83f1 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -23,7 +23,7 @@ 
 	};
 
 	chosen {
-		bootargs = "console=ttySAC2,115200";
+		stdout-path = "serial2:115200n8";
 	};
 
 	gpio_keys {