diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2018-09-13 23:29:19 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-09-26 11:49:49 +0300 |
commit | 54ef8539f5a3c3da0a415c4afa41556547c973fd (patch) | |
tree | 92bb6ab345614708d21b9f564a89e4bf39f9c933 /arch/arm | |
parent | fd6643142a0c5ab4d423ed7173a0be414d509214 (diff) | |
download | linux-54ef8539f5a3c3da0a415c4afa41556547c973fd.tar.xz |
ARM: dts: meson8b: odroidc1: add stdout-path property
To use the "earlycon" kernel command line parameter (without arguments)
we need a stdout-path property under the /chosen node. Add this to make
it easier to spot errors early in the boot process when looking for
them.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/meson8b-odroidc1.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8b-odroidc1.dts b/arch/arm/boot/dts/meson8b-odroidc1.dts index 7c1225658567..58669abda259 100644 --- a/arch/arm/boot/dts/meson8b-odroidc1.dts +++ b/arch/arm/boot/dts/meson8b-odroidc1.dts @@ -57,6 +57,10 @@ mmc0 = &sd_card_slot; }; + chosen { + stdout-path = "serial0:115200n8"; + }; + memory { reg = <0x40000000 0x40000000>; }; |