From patchwork Thu Oct 31 16:34:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 11221525 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 2D2E014E5 for ; Thu, 31 Oct 2019 16:35:18 +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 068492087F for ; Thu, 31 Oct 2019 16:35:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="Biub4eLR" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 068492087F 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+757+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id oq5yYY1556264xzogPOEAEX9; Thu, 31 Oct 2019 09:35:17 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.3152.1572539717336619486 for ; Thu, 31 Oct 2019 09:35:17 -0700 X-Received: by mail.kernel.org (Postfix) id 218FB217D9; Thu, 31 Oct 2019 16:35:17 +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 DD1072087F for ; Thu, 31 Oct 2019 16:35:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DD1072087F X-Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 43F465114A; Thu, 31 Oct 2019 17:35:15 +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 zvjU-IS_3jVr; Thu, 31 Oct 2019 17:35:01 +0100 (CET) X-Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 2438351145; Thu, 31 Oct 2019 17:35:01 +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 05n_IocmDdl0; 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 AD11051140; Thu, 31 Oct 2019 17:34:58 +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 1/4] ARM: dts: mmp3: Add a name to /clocks node Date: Thu, 31 Oct 2019 17:34:52 +0100 Message-Id: <20191031163455.1711872-2-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: QCV3wpVu4CAs0Ypz7NGKK9SWx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1572539717; bh=stvtdR25oJeoOorRUh1OysnMcnmLb32PhgSeSpDpiGI=; h=Cc:Date:From:Reply-To:Subject:To; b=Biub4eLR+xFCmUp4mjOhAlR/2XQJKgpnRh+4cTF/d8QLMs8ep2jf/BaX7ENg2MwqWPS 27YQTSZs7BazJL1Ro7UNA5SKOJiEYKCNV46K1CjCG/w+ybeRadwzSLDylp/8kvpBEFLoE JCfWeVioOC2Psrsp8EiammYg0+GdYAzUMUo= It should have one and DTC is indeed unhappy about its absence: : Warning (unit_address_vs_reg): /soc/clocks: node has a reg or ranges property, but no unit name Signed-off-by: Lubomir Rintel --- arch/arm/boot/dts/mmp3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi index e0dcdab196355..b1e928ed77d66 100644 --- a/arch/arm/boot/dts/mmp3.dtsi +++ b/arch/arm/boot/dts/mmp3.dtsi @@ -486,7 +486,7 @@ cache-level = <2>; }; - soc_clocks: clocks { + soc_clocks: clocks@d4050000 { compatible = "marvell,mmp2-clock"; reg = <0xd4050000 0x1000>, <0xd4282800 0x400>, From patchwork Thu Oct 31 16:34:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 11221517 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 124C91668 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 8AD43217D9 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="a7juza+n" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8AD43217D9 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+753+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id HsGIYY1556264xyeqZrhCQdL; 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.web12.3177.1572539713506552876 for ; Thu, 31 Oct 2019 09:35:13 -0700 X-Received: by mail.kernel.org (Postfix) id 0BB40208E3; 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 203562087F for ; Thu, 31 Oct 2019 16:35:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 203562087F X-Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 405695114D; Thu, 31 Oct 2019 17:35:09 +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 fB_YYktOwu0c; Thu, 31 Oct 2019 17:35:01 +0100 (CET) X-Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 8BB5251139; Thu, 31 Oct 2019 17:35:01 +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 t8LyQxIbM0De; 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 DB08251141; Thu, 31 Oct 2019 17:34:58 +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 2/4] ARM: dts: mmp3: Fix /soc/watchdog node name Date: Thu, 31 Oct 2019 17:34:53 +0100 Message-Id: <20191031163455.1711872-3-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: 9VaJCF8KBjRbmCtd2Ht4nxDCx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1572539714; bh=jw4zN1s7tfCkYpoF7dnjBnf13w17sirnzg+4BgPA2So=; h=Cc:Date:From:Reply-To:Subject:To; b=a7juza+nNYvvmeVQpCBWOYkoXDX+2n8eX/D/1AKp6j9TmuLZfFcK3f13W9Hy/Oo4YDR CZr2TS6wonaPVrUWWGb9QiFOAGqPgDpwC657/hd2toqfjogEIHJx8ZfX2VTd4pu8XzkKZ zPm4Qo6qQJ94OkMUU2MupFeMOffEPNH7678= There's a typo there that rightfully upsets DTS: : Warning (simple_bus_reg): /soc/watchdog@2c000620: simple-bus unit address format error, expected "e0000620" Signed-off-by: Lubomir Rintel --- arch/arm/boot/dts/mmp3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi index b1e928ed77d66..d9762de0ed34b 100644 --- a/arch/arm/boot/dts/mmp3.dtsi +++ b/arch/arm/boot/dts/mmp3.dtsi @@ -517,7 +517,7 @@ reg = <0xe0000600 0x20>; }; - watchdog@2c000620 { + watchdog@e0000620 { compatible = "arm,arm11mp-twd-wdt"; reg = <0xe0000620 0x20>; interrupts = X-Patchwork-Id: 11221519 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 0F2B314DB 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 8B27A217F9 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="w8qwypwV" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8B27A217F9 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+755+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id yHapYY1556264x8U7nIwaAO6; 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.3150.1572539713840488523 for ; Thu, 31 Oct 2019 09:35:13 -0700 X-Received: by mail.kernel.org (Postfix) id 9D9802173E; 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 66BC8208C0 for ; Thu, 31 Oct 2019 16:35:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 66BC8208C0 X-Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id C5E12510E3; Thu, 31 Oct 2019 17:35:11 +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 tdqN4OfZRjxL; 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 15A5451140; 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 SPJhv-z29mOM; 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 1183251142; 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 3/4] ARM: dts: mmp3-dell-ariel: Add a name to /memory node Date: Thu, 31 Oct 2019 17:34:54 +0100 Message-Id: <20191031163455.1711872-4-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: Kujy56Za53B4hSb5IuKJsnPGx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1572539714; bh=xVWUtKk0toD+QlkVHy5dWKJpzjW3atrk3yP62ETdKcw=; h=Cc:Date:From:Reply-To:Subject:To; b=w8qwypwVasohSmxxuDzUCN4bkXMSLVWNjDs7SH27IIHI4vFryB7doPj7KeRNoNcXS3J say/IL6kfuSrP/uNQJZ9Dwh7tOZbrHnmxssaAGQJspUid/nQZM7Ykxme8Ad90tVtyDjDY 7bkbsPLM1ZMecPNVul9aIhCulj+7fe9SrRc= Ponted out by DTC: : Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name Signed-off-by: Lubomir Rintel --- arch/arm/boot/dts/mmp3-dell-ariel.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts index 61edb4d06880b..0855b5f1d1f35 100644 --- a/arch/arm/boot/dts/mmp3-dell-ariel.dts +++ b/arch/arm/boot/dts/mmp3-dell-ariel.dts @@ -21,7 +21,7 @@ bootargs = "earlyprintk=ttyS2,115200 console=ttyS2,115200"; }; - memory { + memory@0 { linux,usable-memory = <0x0 0x7f600000>; available = <0x7f700000 0x7ff00000 0x00000000 0x7f600000>; reg = <0x0 0x80000000>; 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>;