Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3538878imu; Sun, 11 Nov 2018 17:29:25 -0800 (PST) X-Google-Smtp-Source: AJdET5eSBoE85QbHW8RbapdLkv58AAYE2yyzy8+oEZuWNcWj+8f1nFsp879RYY94FOepd4KsC3at X-Received: by 2002:a63:e445:: with SMTP id i5mr15747308pgk.307.1541986165703; Sun, 11 Nov 2018 17:29:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541986165; cv=none; d=google.com; s=arc-20160816; b=pGQIHemIAYEXdopT3veEsYgaiqyd0eGNBpK9jcE3fr2lpMU6D0FStWVQ1I59DS6yk5 LiGhYfuOBMLQYIhQGWu2+kjLAS2PmSrE5BV5D2aZCWGtg/qM8NvNy6phoxtXaLnno7DM 4u4+80ICTs4W0MHZAaX2y4gwKMdwc7gKelmCwdShu7yw8e00th2xcLbigqwJOPnVewCU 8evOqVJFAM0NTEjDljS8jLbf6TRE9fSqUJW9hF6xrcJUtVY95elVHLuVPZyLmsa/ospa qXnP4yU9kFLW0lGjtShNSSOWKV/f4oJHNHLaWS5kvgBhE32rvaCSalWsuI5QwOjJQtfy VCmg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=ZvsGtbknAuyuAol9BPs3NDLKGtHZv+DIpk//RhsG5VE=; b=CipHDegme4JI3Evd7InRaYaHJmXkwiZtPzyiK//n96AxParr+hpunCgoIKbWLcogUq sLJzF0R+cNM6c11dXcXeFfejqUUK0Pp9T3i0Ght4iCQRCKOaAucUyOGZPEPwkuzZ5GsD ri+kZ/X8sibf4xLLpb5e5hONOkFHkIAEpOFyf4Np+aPc9+xcSpPri1k/IYyYS6OKLXia sp4iykxcmpD/69O0KJuacN/uv44ym2QDa5z57SyjC1bfqYoU0+nVlsO8NHSsziag7KnK Pbe94Pw/8j1RiVs+RD9qcEzGhCB/oykGo1oJqyxsRWt+ypkTyhvV3TEEyD+9aDM+/Mcm jcMw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f4-v6si18303289plm.393.2018.11.11.17.29.11; Sun, 11 Nov 2018 17:29:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729967AbeKLLT2 (ORCPT + 99 others); Mon, 12 Nov 2018 06:19:28 -0500 Received: from mailgw01.mediatek.com ([210.61.82.183]:3271 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1729595AbeKLLT1 (ORCPT ); Mon, 12 Nov 2018 06:19:27 -0500 X-UUID: 5a47d94955164f0d9feb9656b67a59ff-20181112 X-UUID: 5a47d94955164f0d9feb9656b67a59ff-20181112 Received: from mtkcas06.mediatek.inc [(172.21.101.30)] by mailgw01.mediatek.com (envelope-from ) (mhqrelay.mediatek.com ESMTP with TLS) with ESMTP id 1853704518; Mon, 12 Nov 2018 09:28:25 +0800 Received: from MTKCAS06.mediatek.inc (172.21.101.30) by mtkmbs08n1.mediatek.inc (172.21.101.55) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Mon, 12 Nov 2018 09:28:18 +0800 Received: from mtkslt306.mediatek.inc (10.21.14.136) by MTKCAS06.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Mon, 12 Nov 2018 09:28:18 +0800 From: Ryder Lee To: Rob Herring , Matthias Brugger CC: Weijie Gao , , , , , Ryder Lee Subject: [PATCH v1 1/3] arm64: dts: mt7622: fix no more console output on rfb1 Date: Mon, 12 Nov 2018 09:28:06 +0800 Message-ID: <30f4a4110190a175307ac4dfebc98ffe96c44b90.1541643419.git.ryder.lee@mediatek.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The issue was found 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") Signed-off-by: Ryder Lee Tested-by: Kevin Hilman --- Changes since v1: revise commit msg --- arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts index dcad086..3f78334 100644 --- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts +++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts @@ -17,8 +17,13 @@ model = "MediaTek MT7622 RFB1 board"; compatible = "mediatek,mt7622-rfb1", "mediatek,mt7622"; + aliases { + serial0 = &uart0; + }; + chosen { - bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n1 swiotlb=512"; + stdout-path = "serial0:115200n8"; + bootargs = "earlycon=uart8250,mmio32,0x11002000 swiotlb=512"; }; cpus { -- 1.9.1