diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2018-10-28 15:03:41 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-11-15 11:42:03 -0800 |
commit | 51152f65bb89b6c2bfd335c514a58d9035c08fc0 (patch) | |
tree | ff6d8e119a3ca08c1b6bc5f6a680ea7bef2a4849 | |
parent | be215b92703bd730fe3968ae8ee1de2e22ba5b1d (diff) | |
download | linux-stable-51152f65bb89b6c2bfd335c514a58d9035c08fc0.tar.gz linux-stable-51152f65bb89b6c2bfd335c514a58d9035c08fc0.tar.bz2 linux-stable-51152f65bb89b6c2bfd335c514a58d9035c08fc0.zip |
ARM: dts: meson6: atv1200: add the /chosen/stdout-path property
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>
-rw-r--r-- | arch/arm/boot/dts/meson6-atv1200.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson6-atv1200.dts b/arch/arm/boot/dts/meson6-atv1200.dts index 9444b0d9628f..fc48cff71ddf 100644 --- a/arch/arm/boot/dts/meson6-atv1200.dts +++ b/arch/arm/boot/dts/meson6-atv1200.dts @@ -56,6 +56,10 @@ serial0 = &uart_AO; }; + chosen { + stdout-path = "serial0:115200n8"; + }; + memory { reg = <0x40000000 0x80000000>; }; |