提交 038e4096 编写于 作者: J Javier Martinez Canillas 提交者: Kukjin Kim

ARM: dts: Define stdout-path property for exynos5250-snow

The kernel can use as the default console a serial port if is defined
as stdout device in the Device Tree.

This allows a board to be booted without the need of having a console
parameter in the kernel command line.

Currently the Snow DTS has a bootargs in the /chosen node and this is
kept since users that don't have a serial console on this board might
be using it to have the boot log shown in the display. This will have
more precedence than the stdout-path but it's fine since is only used
when CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is enabled.
Signed-off-by: NJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: NKukjin Kim <kgene@kernel.org>
上级 1d1b00aa
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
chosen { chosen {
bootargs = "console=tty1"; bootargs = "console=tty1";
stdout-path = "serial3:115200n8";
}; };
gpio-keys { gpio-keys {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册