From patchwork Mon Apr 8 01:44:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2404741 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 1A7F6DF2A1 for ; Mon, 8 Apr 2013 01:39:04 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UP12q-0003bc-4Z; Mon, 08 Apr 2013 01:38:52 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UP12n-0005Rd-2b; Mon, 08 Apr 2013 01:38:49 +0000 Received: from mail-pd0-f180.google.com ([209.85.192.180]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UP12j-0005R6-Tb for linux-arm-kernel@lists.infradead.org; Mon, 08 Apr 2013 01:38:47 +0000 Received: by mail-pd0-f180.google.com with SMTP id q11so2952485pdj.39 for ; Sun, 07 Apr 2013 18:38:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:date:message-id:subject; bh=bS0sNorO0gxNDgm9iPZboVjwaCetXwXtWPIdQYB5Zvk=; b=IZ75US/X6G86MKcp6KdPWRC0aqWNJjOAaz9mTjWe9wvTltelVL1RCD0iDNiu+VDG3V kYPq3VYdvWD86nanil9LJqW3S/8YeMbHhZJ6JRIJgWgUzkw+UNfXK9MUZmLPmxAgoQa4 QL5JI6aMFZ9MHbMpEp+E20waiIyMzZm6Y+FGQPDTFVFjyZYFzIfKqCI7f4rund0x/ZyM gokQOZ4hV43uZzeVTZxslPTM4iKZ/+F3VwWYr+XTzNAkCB/Axp2SNcXzD4MM+p/7kdkY DpobUvbA2PmJ0vzMyu+wgw/kjJk6WclysigL8BnRL0biJSOIM7J8X1NXYb3Rut1K4fFb xNIA== X-Received: by 10.66.250.230 with SMTP id zf6mr33204640pac.153.1365385123819; Sun, 07 Apr 2013 18:38:43 -0700 (PDT) Received: from [127.0.0.1] (FLH1All083.tky.mesh.ad.jp. [211.13.49.83]) by mx.google.com with ESMTPS id fc8sm34743918pad.21.2013.04.07.18.38.40 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 07 Apr 2013 18:38:42 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Mon, 08 Apr 2013 10:44:44 +0900 Message-Id: <20130408014444.18767.64441.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Include all 2 GiB of memory on APE6EVM X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130407_213846_088256_F30232F4 X-CRM114-Status: UNSURE ( 8.37 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (magnus.damm[at]gmail.com) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.192.180 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: kuninori.morimoto.gx@renesas.com, arnd@arndb.de, Magnus Damm , horms@verge.net.au, olof@lixom.net, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Takashi Yoshii Add 1GiB of DRAM at 0x2_0000_0000 Signed-off-by: Takashi Yoshii Signed-off-by: Magnus Damm --- This patch simply updates the DTS to describe the actual board hardware. If we want to make use of the memory we also need to enable LPAE in the kernel configuration, but that is seen as a separate step. arch/arm/boot/dts/r8a73a4-ape6evm.dts | 5 +++++ 1 file changed, 5 insertions(+) --- 0001/arch/arm/boot/dts/r8a73a4-ape6evm.dts +++ work/arch/arm/boot/dts/r8a73a4-ape6evm.dts 2013-04-08 10:27:20.000000000 +0900 @@ -24,6 +24,11 @@ reg = <0 0x40000000 0 0x40000000>; }; + memory@200000000 { + device_type = "memory"; + reg = <2 0x00000000 0 0x40000000>; + }; + ape6evm_fixed_3v3: fixedregulator@0 { compatible = "regulator-fixed"; regulator-name = "3V3";