diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2015-03-17 11:31:22 -0400 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-03-17 11:31:22 -0400 |
commit | 1d1b00aae0bc0b0aba7844099149170744fc1b30 (patch) | |
tree | 75ade105264bab9100eed5463dc017c5400c8c6c | |
parent | 52005dece52703e18af4611e9c15f9d923c737ea (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/exynos5420-peach-pit.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/exynos5800-peach-pi.dts | 4 |
2 files changed, 8 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 @@ | |||
43 | pinctrl-names = "default"; | 43 | pinctrl-names = "default"; |
44 | }; | 44 | }; |
45 | 45 | ||
46 | chosen { | ||
47 | stdout-path = "serial3:115200n8"; | ||
48 | }; | ||
49 | |||
46 | fixed-rate-clocks { | 50 | fixed-rate-clocks { |
47 | oscclk { | 51 | oscclk { |
48 | compatible = "samsung,exynos5420-oscclk"; | 52 | compatible = "samsung,exynos5420-oscclk"; |
diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts index 7ea1d66dd719..c833bacf873b 100644 --- a/arch/arm/boot/dts/exynos5800-peach-pi.dts +++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts | |||
@@ -42,6 +42,10 @@ | |||
42 | pinctrl-names = "default"; | 42 | pinctrl-names = "default"; |
43 | }; | 43 | }; |
44 | 44 | ||
45 | chosen { | ||
46 | stdout-path = "serial3:115200n8"; | ||
47 | }; | ||
48 | |||
45 | fixed-rate-clocks { | 49 | fixed-rate-clocks { |
46 | oscclk { | 50 | oscclk { |
47 | compatible = "samsung,exynos5420-oscclk"; | 51 | compatible = "samsung,exynos5420-oscclk"; |