summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2018-10-28 15:03:42 +0100
committerKevin Hilman <khilman@baylibre.com>2018-11-15 11:42:18 -0800
commit42196c98a965bcf9bc7c14e58d52b7ac026b9655 (patch)
treec9519ef2e27fba50bfc240e27647f9e7758a3edc
parent51152f65bb89b6c2bfd335c514a58d9035c08fc0 (diff)
downloadlwn-42196c98a965bcf9bc7c14e58d52b7ac026b9655.tar.gz
lwn-42196c98a965bcf9bc7c14e58d52b7ac026b9655.zip
ARM: dts: meson8: minix-neo-x8: add the /chosen/stdout-path property
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>
-rw-r--r--arch/arm/boot/dts/meson8-minix-neo-x8.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8-minix-neo-x8.dts b/arch/arm/boot/dts/meson8-minix-neo-x8.dts
index 8bceb8d343f6..55fb090a40ef 100644
--- a/arch/arm/boot/dts/meson8-minix-neo-x8.dts
+++ b/arch/arm/boot/dts/meson8-minix-neo-x8.dts
@@ -52,6 +52,10 @@
serial0 = &uart_AO;
};
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+
memory {
reg = <0x40000000 0x80000000>;
};