From patchwork Thu Oct 31 03:15:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3118501 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 55F8F9F3E2 for ; Thu, 31 Oct 2013 03:16:45 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7643920122 for ; Thu, 31 Oct 2013 03:16:44 +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 7FDD720111 for ; Thu, 31 Oct 2013 03:16:43 +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 1VbikN-000468-Lt; Thu, 31 Oct 2013 03:16:35 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VbikK-0005kd-SB; Thu, 31 Oct 2013 03:16:32 +0000 Received: from mail-pb0-f47.google.com ([209.85.160.47]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VbikG-0005kK-HH for linux-arm-kernel@lists.infradead.org; Thu, 31 Oct 2013 03:16:30 +0000 Received: by mail-pb0-f47.google.com with SMTP id rq2so2295217pbb.34 for ; Wed, 30 Oct 2013 20:15:29 -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=ZL25cIeMcKobjoAfcH3Y1y1PF6ttk+Z623SPzPq+1gA=; b=QIsBMnjyhCSA/dqOoqYRrjKF+osfB3Q7BfHOJkLED1rOc6dUFTrnZIQ/56QaeKQyQf ITCnJAocZFXDn/Ls2R9jE+iIKqe1sGPkOm76DpmigV0J8m88IFoWMm/eMww9KKnvw+Pi VUA1BjGZxeZ1TRlr1aGDyZFEvSwgRc/QsrOl4LRkFksG5yjZhzdVPJVvzxq2snp38Cas mZInci/V1a7v5qyJmg/onmB6hmrLPdgzDPylUSxvEQ4hCp/bSjikn1zJ4YhGnYoLfJQe HqSHlSHuYjq0hrN5QPaNlCP+fsA8GOYNW8WY2xUzJ3sqPlTg2Nukqns569ZsyKJK2EoR /zyw== X-Received: by 10.66.157.165 with SMTP id wn5mr641502pab.169.1383189327093; Wed, 30 Oct 2013 20:15:27 -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 ik1sm1234435pbc.9.2013.10.30.20.15.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Oct 2013 20:15:21 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 31 Oct 2013 12:15:49 +0900 Message-Id: <20131031031549.15985.23547.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-20131030_231629_768695_95FD2918 X-CRM114-Status: UNSURE ( 6.85 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) 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: Takashi Yoshii Add 1GiB of DRAM at 0x2_0000_0000 to support the full 2GiB of APE6EVM system memory. Signed-off-by: Takashi Yoshii Signed-off-by: Magnus Damm Tested-by: Simon Horman --- For correct run time operation regardless of kernel configuration ARM patches 7863/1 and 7864/1 are needed. 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-10-31 11:44:53.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";