ARM: dts: meson8b: mxq: add the /chosen/stdout-path property
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 28 Oct 2018 14:03:43 +0000 (15:03 +0100)
committerKevin Hilman <khilman@baylibre.com>
Thu, 15 Nov 2018 19:42:29 +0000 (11:42 -0800)
Support for this board is currently very limited. To debug any potential
issues on this board the "earlycon" kernel parameter can be used (without
any arguments). However, this requires the board to define a
/chosen/stdout-path property in it's .dts.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/meson8b-mxq.dts

index c7fdaeabbe7b9468289e5d651bb379987d172cd4..5c9b76af8d42b39bff8c6b0e369a98b6b111cd9f 100644 (file)
                serial0 = &uart_AO;
        };
 
+       chosen {
+               stdout-path = "serial0:115200n8";
+       };
+
        memory {
                reg = <0x40000000 0x40000000>;
        };