diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2015-03-17 16:31:22 +0100 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-03-17 16:31:22 +0100 |
commit | 1d1b00aae0bc0b0aba7844099149170744fc1b30 (patch) | |
tree | 75ade105264bab9100eed5463dc017c5400c8c6c /arch/arm/boot/dts/exynos5420-peach-pit.dts | |
parent | ARM: dts: Add assigned clock parents to CMU node for exynos3250 (diff) | |
download | linux-1d1b00aae0bc0b0aba7844099149170744fc1b30.tar.xz linux-1d1b00aae0bc0b0aba7844099149170744fc1b30.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5420-peach-pit.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5420-peach-pit.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts index d0ee55f4d09f..3f4e2feaa927 100644 --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts @@ -43,6 +43,10 @@ pinctrl-names = "default"; }; + chosen { + stdout-path = "serial3:115200n8"; + }; + fixed-rate-clocks { oscclk { compatible = "samsung,exynos5420-oscclk"; |