From: Martin Blumenstingl Date: Thu, 13 Sep 2018 20:29:19 +0000 (+0200) Subject: ARM: dts: meson8b: odroidc1: add stdout-path property X-Git-Tag: v4.20-rc1~66^2~35^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54ef8539f5a3c3da0a415c4afa41556547c973fd;p=thirdparty%2Flinux.git 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 Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/boot/dts/meson8b-odroidc1.dts b/arch/arm/boot/dts/meson8b-odroidc1.dts index 7c1225658567c..58669abda2594 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>; };