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: 2541431 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id B64763FE1F for ; Wed, 8 May 2013 19:24:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753143Ab3EHTX7 (ORCPT ); Wed, 8 May 2013 15:23:59 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:57539 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753196Ab3EHTX6 (ORCPT ); Wed, 8 May 2013 15:23:58 -0400 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 Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Jason Cooper 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: Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.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 {