From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-f194.google.com ([209.85.214.194]:45950 "EHLO mail-pl1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730961AbeKHBTm (ORCPT ); Wed, 7 Nov 2018 20:19:42 -0500 Received: by mail-pl1-f194.google.com with SMTP id o19-v6so8018235pll.12 for ; Wed, 07 Nov 2018 07:48:48 -0800 (PST) From: Kevin Hilman To: Ryder Lee Cc: Matthias Brugger , Rob Herring , Weijie Gao , , , , , Subject: Re: [PATCH 1/2] arm64: dts: mt7622: fix console output issue on rfb1 References: <8043d487e7bd20a11b14d832702bda214a9a694f.1541566473.git.ryder.lee@mediatek.com> Date: Wed, 07 Nov 2018 07:48:45 -0800 In-Reply-To: <8043d487e7bd20a11b14d832702bda214a9a694f.1541566473.git.ryder.lee@mediatek.com> (Ryder Lee's message of "Wed, 7 Nov 2018 12:59:43 +0800") Message-ID: <7hr2fwevmq.fsf@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain Sender: stable-owner@vger.kernel.org List-ID: 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: mt7622: add earlycon to mt7622-rfb1 board") > Cc: stable@vger.kernel.org > Signed-off-by: Ryder Lee Tested-by: Kevin Hilman 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