From patchwork Mon Apr 8 01:17:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hunter, Jon" X-Patchwork-Id: 2404661 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 81FA3DF2A1 for ; Mon, 8 Apr 2013 01:19:01 +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 1UP0io-0005i4-Ad; Mon, 08 Apr 2013 01:18:10 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UP0ib-0005CG-NO; Mon, 08 Apr 2013 01:17:57 +0000 Received: from devils.ext.ti.com ([198.47.26.153]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UP0iE-00058k-VO for linux-arm-kernel@lists.infradead.org; Mon, 08 Apr 2013 01:17:36 +0000 Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r381HB0b008646; Sun, 7 Apr 2013 20:17:12 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id r381HBer005711; Sun, 7 Apr 2013 20:17:11 -0500 Received: from dlelxv23.itg.ti.com (172.17.1.198) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.2.342.3; Sun, 7 Apr 2013 20:17:11 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlelxv23.itg.ti.com (8.13.8/8.13.8) with ESMTP id r381HBr1028980; Sun, 7 Apr 2013 20:17:11 -0500 Received: from localhost (h114-72.vpn.ti.com [172.24.114.72]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id r381HAV17973; Sun, 7 Apr 2013 20:17:11 -0500 (CDT) From: Jon Hunter To: Tony Lindgren , Benoit Cousson Subject: [PATCH 1/3] ARM: dts: Update OMAP3430 SDP NAND and ONENAND properties Date: Sun, 7 Apr 2013 20:17:06 -0500 Message-ID: <1365383828-25627-1-git-send-email-jon-hunter@ti.com> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130407_211735_167304_6BE29ADA X-CRM114-Status: UNSURE ( 8.68 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -9.3 (---------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-9.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [198.47.26.153 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -2.4 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: device-tree , linux-omap , Jon Hunter , linux-arm 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org The GPMC timing properties for device-tree have been updated by adding a "-ns" or "-ps" suffix to indicate the units of time the property represents (as suggested by Rob Herring). Therefore, update the timing property names for the OMAP3430 SDP NAND and ONENAND devices. Signed-off-by: Jon Hunter --- Hi Benoit, this is a changed that is going to be introduced for v3.10. Feel free to squash this with the patch "ARM: dts: OMAP3: Add support for OMAP3430 SDP board" that you have queued for v3.10 if you prefer. arch/arm/boot/dts/omap3430-sdp.dts | 56 ++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts index 05cd8ba..44d2191 100644 --- a/arch/arm/boot/dts/omap3430-sdp.dts +++ b/arch/arm/boot/dts/omap3430-sdp.dts @@ -57,20 +57,20 @@ ti,nand-ecc-opt = "sw"; gpmc,device-nand; - gpmc,cs-on = <0>; - gpmc,cs-rd-off = <36>; - gpmc,cs-wr-off = <36>; - gpmc,adv-on = <6>; - gpmc,adv-rd-off = <24>; - gpmc,adv-wr-off = <36>; - gpmc,oe-on = <6>; - gpmc,oe-off = <48>; - gpmc,we-on = <6>; - gpmc,we-off = <30>; - gpmc,rd-cycle = <72>; - gpmc,wr-cycle = <72>; - gpmc,access = <54>; - gpmc,wr-access = <30>; + gpmc,cs-on-ns = <0>; + gpmc,cs-rd-off-ns = <36>; + gpmc,cs-wr-off-ns = <36>; + gpmc,adv-on-ns = <6>; + gpmc,adv-rd-off-ns = <24>; + gpmc,adv-wr-off-ns = <36>; + gpmc,oe-on-ns = <6>; + gpmc,oe-off-ns = <48>; + gpmc,we-on-ns = <6>; + gpmc,we-off-ns = <30>; + gpmc,rd-cycle-ns = <72>; + gpmc,wr-cycle-ns = <72>; + gpmc,access-ns = <54>; + gpmc,wr-access-ns = <30>; partition@0 { label = "xloader-nand"; @@ -102,20 +102,20 @@ gpmc,device-width = <2>; gpmc,mux-add-data = <2>; - gpmc,cs-on = <0>; - gpmc,cs-rd-off = <84>; - gpmc,cs-wr-off = <72>; - gpmc,adv-on = <0>; - gpmc,adv-rd-off = <18>; - gpmc,adv-wr-off = <18>; - gpmc,oe-on = <30>; - gpmc,oe-off = <84>; - gpmc,we-on = <0>; - gpmc,we-off = <42>; - gpmc,rd-cycle = <108>; - gpmc,wr-cycle = <96>; - gpmc,access = <78>; - gpmc,wr-data-mux-bus = <30>; + gpmc,cs-on-ns = <0>; + gpmc,cs-rd-off-ns = <84>; + gpmc,cs-wr-off-ns = <72>; + gpmc,adv-on-ns = <0>; + gpmc,adv-rd-off-ns = <18>; + gpmc,adv-wr-off-ns = <18>; + gpmc,oe-on-ns = <30>; + gpmc,oe-off-ns = <84>; + gpmc,we-on-ns = <0>; + gpmc,we-off-ns = <42>; + gpmc,rd-cycle-ns = <108>; + gpmc,wr-cycle-ns = <96>; + gpmc,access-ns = <78>; + gpmc,wr-data-mux-bus-ns = <30>; partition@0 { label = "xloader-onenand";