From: Javier Martinez Canillas Date: Tue, 17 Mar 2015 15:31:27 +0000 (+0900) Subject: ARM: dts: Define stdout-path property for exynos5250-snow X-Git-Tag: omap-for-v4.2/o2_dc~53^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=038e4096054c90f78a9d14eca41b715154341d13;p=pandora-kernel.git 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: Javier Martinez Canillas Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed