From patchwork Sat Feb 16 11:38:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anil Kumar X-Patchwork-Id: 2151591 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 25BED3FD4F for ; Sat, 16 Feb 2013 11:41:40 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U6g6V-0001fl-En; Sat, 16 Feb 2013 11:38:51 +0000 Received: from mail-pb0-f48.google.com ([209.85.160.48]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U6g6N-0001el-2V for linux-arm-kernel@lists.infradead.org; Sat, 16 Feb 2013 11:38:44 +0000 Received: by mail-pb0-f48.google.com with SMTP id wy12so964862pbc.21 for ; Sat, 16 Feb 2013 03:38:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=zJNElRELd8c0D8EKj/l7d4FeLhLphMp6OQxv7orZ4sM=; b=wDfUN7nezBiSmwKhOKPuQCq1mI74BeL2IAzNT+SE6KwhsQ2/Zz38ayI7zZn6zPpxuP 8G4+MQsiAvrAA32AiZH5/5ZL29VCNJi2WifmGdiF7fs6T0SUH5Ymm44zYP1230HMkWWi /nUtS/MnE9oFM/UVIBT3fOXtK7aNdTVaeKKvfppS2owoUNZgPItRuODvFPq8oXE/QwuO bLqSJ/XH1G5NKSLp3zWDk3A2qsIaskld82oBmhIp+68XVDa9CjRroa0VK9oB/l4mhUB7 di9FdFOAycb4nHhxVzRDWLPIYxeJFu3LVsWsPPgdNfFAiESixQ7i0xCDMAJaxke+9QGf R5vg== X-Received: by 10.68.217.164 with SMTP id oz4mr13574797pbc.73.1361014721550; Sat, 16 Feb 2013 03:38:41 -0800 (PST) Received: from localhost.localdomain ([123.237.222.239]) by mx.google.com with ESMTPS id tm1sm7822297pbc.11.2013.02.16.03.38.36 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 16 Feb 2013 03:38:40 -0800 (PST) From: Anil Kumar To: devicetree-discuss@lists.ozlabs.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/2] ARM: dts: omap3: Add gpmc node Date: Sat, 16 Feb 2013 17:08:27 +0530 Message-Id: <1361014708-1659-2-git-send-email-anilk4.v@gmail.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1361014708-1659-1-git-send-email-anilk4.v@gmail.com> References: <1361014708-1659-1-git-send-email-anilk4.v@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130216_063843_239203_BE5EF44F X-CRM114-Status: UNSURE ( 9.02 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.3 (/) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (0.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.48 listed in list.dnswl.org] 3.0 KHOP_BIG_TO_CC Sent to 10+ recipients instaed of Bcc or a list 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (anilk4.v[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: linux@arm.linux.org.uk, b-cousson@ti.com, tony@atomide.com, zonque@gmail.com, grant.likely@secretlab.ca, anilk4.v@gmail.com, thomas@tomweber.eu X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Add gpmc DT node. Signed-off-by: Anil Kumar --- :100644 100644 1acc261... 9f36531... M arch/arm/boot/dts/omap3.dtsi arch/arm/boot/dts/omap3.dtsi | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 1acc261..9f36531 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -397,5 +397,16 @@ ti,timer-alwon; ti,timer-secure; }; + + gpmc: gpmc@6e000000 { + compatible = "ti,omap3430-gpmc"; + ti,hwmods = "gpmc"; + reg = <0x6e000000 0x1000000>; + interrupts = <20>; + gpmc,num-cs = <8>; + gpmc,num-waitpins = <4>; + #address-cells = <2>; + #size-cells = <1>; + }; }; };