summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/meson8b-mxq.dts
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2018-10-28 15:03:43 +0100
committerKevin Hilman <khilman@baylibre.com>2018-11-15 11:42:29 -0800
commit340cda67ed80d976c6bec143979cb34bef4c9c85 (patch)
treeabe15f8f4b91e613ca023b7bb2b8f65448dcdff2 /arch/arm/boot/dts/meson8b-mxq.dts
parent42196c98a965bcf9bc7c14e58d52b7ac026b9655 (diff)
ARM: dts: meson8b: mxq: 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>
Diffstat (limited to 'arch/arm/boot/dts/meson8b-mxq.dts')
-rw-r--r--arch/arm/boot/dts/meson8b-mxq.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8b-mxq.dts b/arch/arm/boot/dts/meson8b-mxq.dts
index c7fdaeabbe7b..5c9b76af8d42 100644
--- a/arch/arm/boot/dts/meson8b-mxq.dts
+++ b/arch/arm/boot/dts/meson8b-mxq.dts
@@ -55,6 +55,10 @@
serial0 = &uart_AO;
};
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+
memory {
reg = <0x40000000 0x40000000>;
};