diff options
author | Martin Blumenstingl <[email protected]> | 2018-10-28 15:03:43 +0100 |
---|---|---|
committer | Kevin Hilman <[email protected]> | 2018-11-15 11:42:29 -0800 |
commit | 340cda67ed80d976c6bec143979cb34bef4c9c85 (patch) | |
tree | abe15f8f4b91e613ca023b7bb2b8f65448dcdff2 | |
parent | 42196c98a965bcf9bc7c14e58d52b7ac026b9655 (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 <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/meson8b-mxq.dts | 4 |
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>; }; |