ARM: dts: Define stdout-path property for Peach boards

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.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
This commit is contained in:
Javier Martinez Canillas 2015-03-18 00:31:22 +09:00 committed by Kukjin Kim
parent 52005dece5
commit 1d1b00aae0
2 changed files with 8 additions and 0 deletions

View file

@ -43,6 +43,10 @@ backlight: backlight {
pinctrl-names = "default";
};
chosen {
stdout-path = "serial3:115200n8";
};
fixed-rate-clocks {
oscclk {
compatible = "samsung,exynos5420-oscclk";

View file

@ -42,6 +42,10 @@ backlight: backlight {
pinctrl-names = "default";
};
chosen {
stdout-path = "serial3:115200n8";
};
fixed-rate-clocks {
oscclk {
compatible = "samsung,exynos5420-oscclk";