Re: [PATCH 1/2] arm64: dts: mt7622: fix console output issue on rfb1

From: Kevin Hilman
Date: Wed Nov 07 2018 - 10:48:51 EST


Ryder Lee <ryder.lee@xxxxxxxxxxxx> writes:

> The issue was introduced by Kernel CI:
> https://kernelci.org/boot/id/5bbdcbad59b5146fc5b43592/

The issue was *found* by kernelCI, not introduced by kernelCI. ;)

> Fix this by using a 'stdout-path' property that points to the device.
>
> Fixes: c0d9f9ad4f76 ("arm64: dts: mt7622: add earlycon to mt7622-rfb1 board")
> Cc: stable@xxxxxxxxxxxxxxx
> Signed-off-by: Ryder Lee <ryder.lee@xxxxxxxxxxxx>

Tested-by: Kevin Hilman <khilman@xxxxxxxxxxxx>

Note that this patch fixes the problem where there is no more console
output, but current mainline still doesn't boot as there's another
crash: http://termbin.com/zitb

Kevin