From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V4CIQ-0003BP-TX for linux-mtd@lists.infradead.org; Tue, 30 Jul 2013 15:57:11 +0000 Date: Tue, 30 Jul 2013 16:56:35 +0100 From: Mark Rutland To: Pawel Moll Subject: Re: [PATCH v2 4/4] mtd: nand: gpio: Add support for multichip devices Message-ID: <20130730155635.GE29859@e106331-lin.cambridge.arm.com> References: <1375182325-30003-1-git-send-email-shc_work@mail.ru> <1375182325-30003-2-git-send-email-shc_work@mail.ru> <1375183165.2272.1.camel@hornet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1375183165.2272.1.camel@hornet> Cc: "devicetree@vger.kernel.org" , Ian Campbell , Alexander Shiyan , Stephen Warren , Artem Bityutskiy , "rob.herring@calxeda.com" , "linux-mtd@lists.infradead.org" , Brian Norris , David Woodhouse List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Jul 30, 2013 at 12:19:25PM +0100, Pawel Moll wrote: > On Tue, 2013-07-30 at 15:05 +0400, Alexander Shiyan wrote: > > +- gpio-ale : specifies the ALE gpio pin. > > +- gpio-cle : specifies the CLE gpio pin. > > +- gpio-nwp : specifies the NWP gpio pin (Optional). > > +- gpios-nce : specifies the NCE gpio pin or several NCE GPIOs for multichip NAND. > > +- gpios-rdy : specifies the RDY gpio pin or several RDY GPIOs for multichip NAND. > > Let me quote Documentation/devicetree/bindings/gpio/gpio.txt: > > GPIO properties should be named "[-]gpios" > > So I believe it should rather be: "ale-gpios", "cle-gpios", "nwp-gpios", > "nce-gpios", "rdy-gpios"... > > Pawel > +1 Mark.