From patchwork Thu Oct 31 16:34:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel 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>;