aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2019-02-15 12:27:45 +0100
committerKrzysztof Kozlowski <krzk@kernel.org>2019-02-18 18:58:36 +0100
commit8e0861fd7f83760209dff517b4c52acd7c1db4d9 (patch)
treed5fabd3eede2bfc098e92784fe51a52bfa6de814
parentARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU (diff)
downloadlinux-dev-8e0861fd7f83760209dff517b4c52acd7c1db4d9.tar.xz
linux-dev-8e0861fd7f83760209dff517b4c52acd7c1db4d9.zip
ARM: dts: exynos: Add stdout path property to Arndale board
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>
-rw-r--r--arch/arm/boot/dts/exynos5250-arndale.dts2
1 files changed, 1 insertions, 1 deletions
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 {