diff options
author | Martin Blumenstingl <[email protected]> | 2018-10-28 15:03:42 +0100 |
---|---|---|
committer | Kevin Hilman <[email protected]> | 2018-11-15 11:42:18 -0800 |
commit | 42196c98a965bcf9bc7c14e58d52b7ac026b9655 (patch) | |
tree | c9519ef2e27fba50bfc240e27647f9e7758a3edc | |
parent | 51152f65bb89b6c2bfd335c514a58d9035c08fc0 (diff) |
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 <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/meson8-minix-neo-x8.dts | 4 |
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>; }; |