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

2018-11-07 Thread Kevin Hilman
Ryder Lee 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: mt7

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

2018-11-06 Thread Ryder Lee
The issue was introduced by Kernel CI: https://kernelci.org/boot/id/5bbdcbad59b5146fc5b43592/ 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: sta...@vger.kernel.org Signed-off-by: Ryder Lee --