From patchwork Wed May 8 19:23:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Cooper X-Patchwork-Id: 2541461 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 7329DDF2E5 for ; Wed, 8 May 2013 19:25:16 +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 1Ua9ys-0007Aj-G4; Wed, 08 May 2013 19:24:50 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ua9yh-0000xC-Qh; Wed, 08 May 2013 19:24:39 +0000 Received: from mho-03-ewr.mailhop.org ([204.13.248.66] helo=mho-01-ewr.mailhop.org) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ua9yO-0000ur-15 for linux-arm-kernel@lists.infradead.org; Wed, 08 May 2013 19:24:21 +0000 Received: from pool-72-84-113-162.nrflva.fios.verizon.net ([72.84.113.162] helo=titan) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Ua9y1-0007jq-Mm; Wed, 08 May 2013 19:23:57 +0000 Received: from triton.nowhere.nodomain (triton.lakedaemon.net [10.16.5.78]) by titan (Postfix) with ESMTP id 6D8F5427063; Wed, 8 May 2013 15:23:55 -0400 (EDT) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 72.84.113.162 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/By92ZKn6K1ARj2EnJ5mrZa34nQZtXQ9M= From: Jason Cooper To: Tony Lindgren Subject: [RFC PATCH 3/3] ARM: omap3: wireless plus gpmc wip Date: Wed, 8 May 2013 19:23:34 +0000 Message-Id: <35ebdefa151c2f2d49ccfed5ddba0cd627963581.1368038129.git.jason@lakedaemon.net> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: References: In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130508_152420_196867_61FD2BF6 X-CRM114-Status: GOOD ( 11.68 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.66 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-omap@vger.kernel.org, Jason Cooper , 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 Need this in order to add the nand node and then the partitions. in it's current state, crashes the system. :( --- arch/arm/boot/dts/omap3-wireless_plus.dts | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-wireless_plus.dts b/arch/arm/boot/dts/omap3-wireless_plus.dts index 8a0acdf..6f33731 100644 --- a/arch/arm/boot/dts/omap3-wireless_plus.dts +++ b/arch/arm/boot/dts/omap3-wireless_plus.dts @@ -17,6 +17,23 @@ device_type = "memory"; reg = <0x80000000 0x10000000>; /* 256 MB */ }; + + gpmc: gpmc@6800A000 { + compatible = "ti,omap2430-gpmc"; + ti,hwmods = "gpmc"; + reg = <0x6800A000 0x2000>; + /* interrupts = <100>; */ + pinctrl-names = "default"; + pinctrl-0 = <&gpmc_pins>; + + gpmc,num-cs = <8>; + gpmc,num-waitpins = <2>; + #address-cells = <2>; + #size-cells = <1>; + ranges = <0 0 0x08000000 0x10000000>; + + /* child nodes go here */ + }; }; &omap3_pmx_core { @@ -26,7 +43,7 @@ * itself during the boot (or just set them up in the bootloader) */ pinctrl-names = "default"; - pinctrl-0 = <&sdrc_pins &gpmc_pins &hsusb1_pins>; + pinctrl-0 = <&sdrc_pins &hsusb1_pins>; /* AM3703CUS pins for this board */ sdrc_pins: pinmux_sdrc_pins {