From patchwork Wed Jun 5 10:44:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2668591 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 5520FDF264 for ; Wed, 5 Jun 2013 10:37:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754358Ab3FEKhb (ORCPT ); Wed, 5 Jun 2013 06:37:31 -0400 Received: from mail-pd0-f171.google.com ([209.85.192.171]:39119 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754256Ab3FEKh3 (ORCPT ); Wed, 5 Jun 2013 06:37:29 -0400 Received: by mail-pd0-f171.google.com with SMTP id z11so1639535pdj.2 for ; Wed, 05 Jun 2013 03:37: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:in-reply-to:references:subject; bh=kkcgBaXwJ8u+9LmrMqFTEygy7S7fkZoQ8aIAgrTI8lQ=; b=ImIfTF35CRUpyosykZ6q4PuWyELRxm3venSNrKfF3KDcRyc/MVExVppteqcIXf0cZG mYmMda0GJFUcIzrzoKu2FBtmw4r1u/xUyXcUfb8tBq4S/7AnFCm2M+vFIJ1HD7rnnF4r vT0ngZzVxX+/QYI68hap4o//fSjfBJ/TpO5pqDDNuibFVAPiut/mL6O3xEuTVgeoduzR zWk2ht56hX+dRHv1q7wEhrUCknzVyxcp0N4Mml2QUg+dEAvXzw3hcGFIcnpeHIFmbXvm de7HzmEl9A8Bu49TKBkT+S8armvu+JbykUGDJLhDlT/uzWeeLjUHr6A73b7vEHG2Rou8 385A== X-Received: by 10.68.163.132 with SMTP id yi4mr32733900pbb.64.1370428649098; Wed, 05 Jun 2013 03:37:29 -0700 (PDT) Received: from [127.0.0.1] (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id fr1sm67522534pbb.26.2013.06.05.03.37.26 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 05 Jun 2013 03:37:28 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: arnd@arndb.de, catalin.marinas@arm.com, horms@verge.net.au, laurent.pinchart@ideasonboard.com, olof@lixom.net, Magnus Damm , linux-arm-kernel@lists.infradead.org Date: Wed, 05 Jun 2013 19:44:56 +0900 Message-Id: <20130605104456.1720.70240.sendpatchset@w520> In-Reply-To: <20130605104427.1720.68752.sendpatchset@w520> References: <20130605104427.1720.68752.sendpatchset@w520> Subject: [PATCH 03/03] ARM: shmobile: Add second memory bank to DTS for APE6EVM Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Takashi Yoshii Add 1GiB of DRAM at 0x2_0000_0000 to APE6EVM Signed-off-by: Takashi Yoshii Signed-off-by: Magnus Damm --- arch/arm/boot/dts/r8a73a4-ape6evm.dts | 5 +++++ 1 file changed, 5 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 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";