]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: meson6: atv1200: add the /chosen/stdout-path property
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 28 Oct 2018 14:03:41 +0000 (15:03 +0100)
committerKevin Hilman <khilman@baylibre.com>
Thu, 15 Nov 2018 19:42:03 +0000 (11:42 -0800)
Support for Meson6 SoCs is currently very limited. It's often unclear
why such a device does not boot. To debug this 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/meson6-atv1200.dts

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