aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos4412-trats2.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-04-08 07:19:25 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2019-04-10 18:13:05 +0200
commit06d536094645c703ce29d75de91eddb438d361bf (patch)
tree8e9a6b8ed0b7f36ed6d0037219bf0688a354a0e6 /arch/arm/boot/dts/exynos4412-trats2.dts
parentARM: dts: exynos: Fix spelling mistake of EXYNOS5420 (diff)
downloadlinux-dev-06d536094645c703ce29d75de91eddb438d361bf.tar.xz
linux-dev-06d536094645c703ce29d75de91eddb438d361bf.zip
ARM: dts: exynos: Use stdout-path property instead of console in bootargs
Replacing bootargs with stdout-path property in chosen node allows using early console by adding just 'earlycon' parameter to the kernel command line. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-trats2.dts')
-rw-r--r--arch/arm/boot/dts/exynos4412-trats2.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts
index 327ee980d3a5..aac533933c61 100644
--- a/arch/arm/boot/dts/exynos4412-trats2.dts
+++ b/arch/arm/boot/dts/exynos4412-trats2.dts
@@ -22,6 +22,7 @@
};
chosen {
- bootargs = "console=ttySAC2,115200N8 root=/dev/mmcblk0p5 rootwait earlyprintk panic=5";
+ bootargs = "root=/dev/mmcblk0p5 rootwait earlyprintk panic=5";
+ stdout-path = "serial2:115200n8";
};
};