]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: meson8b: odroidc1: add stdout-path property
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Thu, 13 Sep 2018 20:29:19 +0000 (22:29 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 26 Sep 2018 08:49:49 +0000 (01:49 -0700)
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>
arch/arm/boot/dts/meson8b-odroidc1.dts

index 7c1225658567c8dc613ecd209fab56a734d8e089..58669abda2594d4979086695db3af0aee095983b 100644 (file)
                mmc0 = &sd_card_slot;
        };
 
+       chosen {
+               stdout-path = "serial0:115200n8";
+       };
+
        memory {
                reg = <0x40000000 0x40000000>;
        };