From patchwork Thu Oct 31 16:34:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 11221521 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1497817D5 for ; Thu, 31 Oct 2019 16:35:15 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8AAF72087F for ; Thu, 31 Oct 2019 16:35:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="sZCzMBmJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8AAF72087F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=v3.sk Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+754+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id 645aYY1556264xdBpF1Hyime; Thu, 31 Oct 2019 09:35:14 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.3149.1572539713533393497 for ; Thu, 31 Oct 2019 09:35:13 -0700 X-Received: by mail.kernel.org (Postfix) id 0BBB721734; Thu, 31 Oct 2019 16:35:13 +0000 (UTC) X-Received: from shell.v3.sk (shell.v3.sk [90.176.6.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 87276208C0 for ; Thu, 31 Oct 2019 16:35:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 87276208C0 X-Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id A295C51142; Thu, 31 Oct 2019 17:35:10 +0100 (CET) X-Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Te_oO1nBQVKz; Thu, 31 Oct 2019 17:35:02 +0100 (CET) X-Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 51A1651146; Thu, 31 Oct 2019 17:35:02 +0100 (CET) X-Virus-Scanned: amavisd-new at zimbra.v3.sk X-Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 6mCmVhTsI1n8; Thu, 31 Oct 2019 17:34:59 +0100 (CET) X-Received: from belphegor.redhat.com (nat-pool-brq-t.redhat.com [213.175.37.10]) by zimbra.v3.sk (Postfix) with ESMTPSA id 3979C51144; Thu, 31 Oct 2019 17:34:59 +0100 (CET) From: Lubomir Rintel To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Olof Johansson , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Lubomir Rintel Subject: [PATCH 4/4] ARM: dts: mmp3-dell-ariel: Add a serial point alias Date: Thu, 31 Oct 2019 17:34:55 +0100 Message-Id: <20191031163455.1711872-5-lkundrak@v3.sk> In-Reply-To: <20191031163455.1711872-1-lkundrak@v3.sk> References: <20191031163455.1711872-1-lkundrak@v3.sk> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: 1t66RCd4OAoCfq8UC5yjEBUex1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1572539714; bh=SHwYqruBn751juBWvsk5a8iOiYsqoYDIMk619UkcZW4=; h=Cc:Date:From:Reply-To:Subject:To; b=sZCzMBmJI/7xYU7UnQ+1id6S052ucFIqbgqfGXUAimPsZ4pQk4KnFfj5VqmeBGgWMW6 88P/S9WS2Bb8fBZV9w/HdHWFPTYSaSfW223eL5IN0uWNsyJ8EVUFFrzEViGRCIvdP8pLi lDD8pNA8cn+9H8EvI4/6xq8gy3t+crJeT9Y= Make sure UART3, where the console is, is called ttyS2. That is consistent with the early console. Signed-off-by: Lubomir Rintel --- arch/arm/boot/dts/mmp3-dell-ariel.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts index 0855b5f1d1f35..c1947b5a688d7 100644 --- a/arch/arm/boot/dts/mmp3-dell-ariel.dts +++ b/arch/arm/boot/dts/mmp3-dell-ariel.dts @@ -14,6 +14,10 @@ model = "Dell Ariel"; compatible = "dell,wyse-ariel", "marvell,mmp3"; + aliases { + serial2 = &uart3; + }; + chosen { #address-cells = <0x1>; #size-cells = <0x1>;