From: Martin Blumenstingl Date: Sun, 28 Oct 2018 14:03:42 +0000 (+0100) Subject: ARM: dts: meson8: minix-neo-x8: add the /chosen/stdout-path property X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=42196c98a965bcf9bc7c14e58d52b7ac026b9655;p=linux.git 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 Reviewed-by: Neil Armstrong Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/boot/dts/meson8-minix-neo-x8.dts b/arch/arm/boot/dts/meson8-minix-neo-x8.dts index 8bceb8d343f66..55fb090a40ef4 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>; };