From patchwork Sat Nov 11 21:29:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ladislav Michl X-Patchwork-Id: 837090 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133; helo=bombadil.infradead.org; envelope-from=linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="BlQnP3Uc"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yZ96Z4jb3z9t2m for ; Sun, 12 Nov 2017 08:30:14 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=CocDvBwpPtQVWiQLDYq0KZgDl+gwBW6Um6BZYdHGXEY=; b=BlQnP3UcLISMpQ v34mIK32sRVGT1KnRxTULwDep1WNuMyYjNv6/9pjfgQyM/u/yCppQGQwWi2OVC5qCWupm1vFI93i3 gLs+1eJGrbnR4rlUyhpNZlh4mJx7DqHCPuRaroLmly58ekDjrGiOvzZRI1SpgfOzGFQilB6kdqr4R mEIcGmXtBOyBTTWQ1ip9gPaLxYa5n3OIJTutTlYMULkfLYT6tKpcE4VWfg9pfiNLU5mLmhaB1MJ0O Vm7208XxwPVv2ixwvo0nx30Mux8VGxKEJEg+iQ5Sr2prugZxASAMCg+qAufmJhtfy0xeWDgZZ1YOS 9MxTesKoAvVa4Rejxr4w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eDdLp-0003sq-Qd; Sat, 11 Nov 2017 21:30:05 +0000 Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eDdLm-0003LA-O3 for linux-mtd@lists.infradead.org; Sat, 11 Nov 2017 21:30:04 +0000 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23990633AbdKKV3kzij9y (ORCPT ); Sat, 11 Nov 2017 22:29:40 +0100 Date: Sat, 11 Nov 2017 22:29:39 +0100 From: Ladislav Michl To: linux-mtd@lists.infradead.org, linux-omap@vger.kernel.org Subject: [PATCH v4 16/16] ARM: dts: Nokia: Use R/B pin Message-ID: <20171111212939.jcf26v3w26bd7sn7@lenoch> References: <20171111211206.465pgorrjp3eyix6@lenoch> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20171111211206.465pgorrjp3eyix6@lenoch> User-Agent: NeoMutt/20170113 (1.7.2) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171111_133003_138350_4938D464 X-CRM114-Status: UNSURE ( 8.67 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.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 [148.251.95.138 listed in list.dnswl.org] -0.0 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] 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , Peter Ujfalusi , Kyungmin Park , Boris Brezillon , Roger Quadros Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Enable use of R/B pin. This is just experimental placeholder patch as it lacks pinmux settings. Signed-off-by: Ladislav Michl --- Changes: -v4: new patch arch/arm/boot/dts/omap2420-n8x0-common.dtsi | 4 +--- arch/arm/boot/dts/omap3-n900.dts | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi index 843f6a2f5e29..cfe5d02ea0ed 100644 --- a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi +++ b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi @@ -42,14 +42,12 @@ &gpmc { ranges = <0 0 0x04000000 0x1000000>; /* CS0: 16MB for OneNAND */ - - /* gpio-irq for dma: 26 */ - onenand@0,0 { #address-cells = <1>; #size-cells = <1>; compatible = "ti,omap2-onenand"; reg = <0 0 0x20000>; /* CS0, offset 0, IO size 128K */ + rb-gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>; gpmc,sync-read; gpmc,burst-length = <16>; diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index aa5b1a439564..718116d9f4ac 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -840,6 +840,7 @@ #size-cells = <1>; compatible = "ti,omap2-onenand"; reg = <0 0 0x20000>; /* CS0, offset 0, IO size 128K */ + rb-gpios = <&gpio3 1 GPIO_ACTIVE_HIGH>; gpmc,sync-read; gpmc,sync-write;