From patchwork Thu Oct 31 03:18: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: 3118521 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 934879F3E2 for ; Thu, 31 Oct 2013 03:18:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D0B5C202AE for ; Thu, 31 Oct 2013 03:18:45 +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 CDC4E201F9 for ; Thu, 31 Oct 2013 03:18:44 +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 1VbimO-0004aI-Bi; Thu, 31 Oct 2013 03:18:40 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VbimL-0005le-Pc; Thu, 31 Oct 2013 03:18:37 +0000 Received: from mail-pd0-x229.google.com ([2607:f8b0:400e:c02::229]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VbimK-0005lL-2X for linux-arm-kernel@lists.infradead.org; Thu, 31 Oct 2013 03:18:36 +0000 Received: by mail-pd0-f169.google.com with SMTP id q10so1883542pdj.0 for ; Wed, 30 Oct 2013 20:18:14 -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=ifCAD3stx6+Ghi/IDaM5pGzZk8ZiBDOGT+IWeyD1rgI=; b=toKyAV5FL5knveO11q5XQA/9vkjp6GCIYkCabdpX1SGJUw3hx1NrjM6tArvU5Bi4IA KBV0hIxump5NepH2+HErkGU/y3wK1fd2ZNjydNndQ6jz3Yc2Wc+jiba0G/t24HF9UxPQ AFHyCOkFOTQlaHlgqdED+nE6vUyhFdjPvWSrINWdlorgIXAZAOtQKxlZnyUNheyxs/pa dXFXnXVRYmlT917r5u5DTpn8YBfk1Yme1xm7Or3Xf/ZUcC1s0cEwKCzdPFID8gkRGnkJ E8REM3HMzUl1O2nAAK4YzmWKocNJTE6OX64qxm6VPjQUpDsnmvuyetpsgqvsgHqziYcq wB1A== X-Received: by 10.68.134.6 with SMTP id pg6mr946933pbb.67.1383189494250; Wed, 30 Oct 2013 20:18:14 -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 hw10sm1232514pbc.24.2013.10.30.20.18.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Oct 2013 20:18:12 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 31 Oct 2013 12:18:41 +0900 Message-Id: <20131031031841.15992.74619.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Include all 2 GiB of memory on APE6EVM DT Ref X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131030_231836_243622_6B244718 X-CRM114-Status: UNSURE ( 6.80 ) 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 1GiB of DRAM at 0x2_0000_0000 to support the full 2GiB of APE6EVM system memory also 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. arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts | 5 +++++ 1 file changed, 5 insertions(+) --- 0001/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts +++ work/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts 2013-10-31 11:46:51.000000000 +0900 @@ -25,6 +25,11 @@ reg = <0 0x40000000 0 0x40000000>; }; + memory@200000000 { + device_type = "memory"; + reg = <2 0x00000000 0 0x40000000>; + }; + vcc_mmc0: regulator@0 { compatible = "regulator-fixed"; regulator-name = "MMC0 Vcc";