From patchwork Thu Oct 31 03:21:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3118541 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D6648BF924 for ; Thu, 31 Oct 2013 03:22:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 23C392035C for ; Thu, 31 Oct 2013 03:22:09 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2B054202AE for ; Thu, 31 Oct 2013 03:22:08 +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 1Vbipe-000549-Rb; Thu, 31 Oct 2013 03:22:02 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vbipc-0005oo-CA; Thu, 31 Oct 2013 03:22:00 +0000 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vbipa-0005oV-2I for linux-arm-kernel@lists.infradead.org; Thu, 31 Oct 2013 03:21:58 +0000 Received: by mail-pa0-f42.google.com with SMTP id kp14so1906516pab.15 for ; Wed, 30 Oct 2013 20:21:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=X6AzgNeU0+G2aadC7Qs86G3MSiPlcipLoz50tN+BieE=; b=bp6gcD1b8p3tpdw32Ud9h/PXecSuS0n0mNsSgDS3k0Enw24nnlGwMaSM2oHQCDwCWl MHUulSB93aKDqgfn0TodvQEMLFFXAb90h8YLus6fpfWp5U5CqV2XXuhhu2YU+gWeHHXM x0dqVTutOpfh2A1vIjSVJ+MkIsDZNdcKeTzBD/xG0sp/OBve/uW3uj1zpLTRsFetbQPP KN96ApY26Jms6yRNLv1/y8U9DTRwpkQ7HvsIH21CQXr0zosvojYPz7Cr8MZYQdBN+FMx 41TnHNoLQLOGcHXsj/G13HJdGOuVZrMG98/dnYdh31wu5xGKUTUTErYgiyiWeWPkINmG F3dQ== X-Received: by 10.68.212.102 with SMTP id nj6mr1006475pbc.160.1383189694890; Wed, 30 Oct 2013 20:21:34 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id so2sm1261800pbc.5.2013.10.30.20.21.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Oct 2013 20:21:14 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 31 Oct 2013 12:21:41 +0900 Message-Id: <20131031032141.16014.78225.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Include all 4 GiB of memory on Lager X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131030_232158_224322_72DBD336 X-CRM114-Status: UNSURE ( 6.67 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: horms@verge.net.au, Magnus Damm , takasi-y@ops.dti.ne.jp, 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 X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Add 2GiB of DRAM at 0x1_8000_0000 to support the full 4GiB of Lager system memory. Signed-off-by: Magnus Damm --- For correct run time operation regardless of kernel configuration ARM patches 7863/1 and 7864/1 are needed. Written on top of renesas-devel-v3.12-rc7-20131030 arch/arm/boot/dts/r8a7790-lager.dts | 5 +++++ 1 file changed, 5 insertions(+) --- 0001/arch/arm/boot/dts/r8a7790-lager.dts +++ work/arch/arm/boot/dts/r8a7790-lager.dts 2013-10-31 11:49:43.000000000 +0900 @@ -24,6 +24,11 @@ reg = <0 0x40000000 0 0x80000000>; }; + memory@180000000 { + device_type = "memory"; + reg = <1 0x80000000 0 0x80000000>; + }; + lbsc { #address-cells = <1>; #size-cells = <1>;