From patchwork Thu Oct 31 03:24:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3118561 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 166E59F3E3 for ; Thu, 31 Oct 2013 03:25:16 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 27935203E9 for ; Thu, 31 Oct 2013 03:25:15 +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 36974203F4 for ; Thu, 31 Oct 2013 03:25:14 +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 1Vbisa-0005a4-8Q; Thu, 31 Oct 2013 03:25:04 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VbisX-0005r4-Kw; Thu, 31 Oct 2013 03:25:01 +0000 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VbisT-0005ql-Pn for linux-arm-kernel@lists.infradead.org; Thu, 31 Oct 2013 03:24:58 +0000 Received: by mail-pa0-f54.google.com with SMTP id fa1so1907225pad.27 for ; Wed, 30 Oct 2013 20:24:36 -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=lnTc26XRf11Tibx1wWJ8gA/PzaFN584g4Vz68F0lwJ4=; b=AC3Rn43sHoOgRa4Kjlxz3xs68I0VS2i01AQhiNLfGLKM7ggGk35oMPyXtcEqw4+MoN HpL/ggKEmIuTmWB34SRXtvFJio6BIUrE5NQpYW79L9w2X0/ETi8EmVFaFHjeEMETmRj+ CrhQ5A0p3KNDnDqIm1wpyRcMk2fBA/o/HNGkLS+KNKZQLIjClKHF4zQXGJF75ZRbvpLz aBSVuRzap3NQMh78caL3DxWo3G3edQoS1Oj/CfFjpzIV1QlFXH6jnY+9O7pFgDNMUhxt qSgW3pmoxugdEAYxploK4tNVqD/3XumW66wwsqWC1eHcsSQNWEM4M8MRU3oQexQdgQ+s HUTQ== X-Received: by 10.68.247.106 with SMTP id yd10mr999626pbc.25.1383189876019; Wed, 30 Oct 2013 20:24:36 -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 i6sm1275306pbc.1.2013.10.30.20.23.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Oct 2013 20:24:18 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 31 Oct 2013 12:24:36 +0900 Message-Id: <20131031032436.16031.48305.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Include all 4 GiB of memory on Lager DT Ref X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131030_232457_951809_1E53A158 X-CRM114-Status: UNSURE ( 6.88 ) 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 in case of DT Reference. 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-reference.dts | 5 +++++ 1 file changed, 5 insertions(+) --- 0001/arch/arm/boot/dts/r8a7790-lager-reference.dts +++ work/arch/arm/boot/dts/r8a7790-lager-reference.dts 2013-10-31 11:51:18.000000000 +0900 @@ -25,6 +25,11 @@ reg = <0 0x40000000 0 0x80000000>; }; + memory@180000000 { + device_type = "memory"; + reg = <1 0x80000000 0 0x80000000>; + }; + lbsc { #address-cells = <1>; #size-cells = <1>;