Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1634941 > unrolled thread

[PATCH] mtd: nand: gpio: update binding

Started byChristophe Leroy <christophe.leroy@c-s.fr>
First post2017-05-03 14:20 +0200
Last post2017-05-11 03:20 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] mtd: nand: gpio: update binding Christophe Leroy <christophe.leroy@c-s.fr> - 2017-05-03 14:20 +0200
    Re: [PATCH] mtd: nand: gpio: update binding Rob Herring <robh@kernel.org> - 2017-05-08 18:30 +0200
      Re: [PATCH] mtd: nand: gpio: update binding Brian Norris <computersforpeace@gmail.com> - 2017-05-11 03:20 +0200

#1634941 — [PATCH] mtd: nand: gpio: update binding

FromChristophe Leroy <christophe.leroy@c-s.fr>
Date2017-05-03 14:20 +0200
Subject[PATCH] mtd: nand: gpio: update binding
Message-ID<tD1qa-5fK-25@gated-at.bofh.it>
This patch updates the binding documentation in accordance with
commit 44dd182861f99 ("mtd: nand: gpio: make nCE GPIO optional")

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Reported-by: Brian Norris <computersforpeace@gmail.com>
---
 Documentation/devicetree/bindings/mtd/gpio-control-nand.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mtd/gpio-control-nand.txt b/Documentation/devicetree/bindings/mtd/gpio-control-nand.txt
index af8915b41ccf..486a17d533d7 100644
--- a/Documentation/devicetree/bindings/mtd/gpio-control-nand.txt
+++ b/Documentation/devicetree/bindings/mtd/gpio-control-nand.txt
@@ -12,7 +12,7 @@ Required properties:
 - #address-cells, #size-cells : Must be present if the device has sub-nodes
   representing partitions.
 - gpios : Specifies the GPIO pins to control the NAND device.  The order of
-  GPIO references is:  RDY, nCE, ALE, CLE, and an optional nWP.
+  GPIO references is:  RDY, nCE, ALE, CLE, and nWP. nCE and nWP are optional.
 
 Optional properties:
 - bank-width : Width (in bytes) of the device.  If not present, the width
@@ -36,7 +36,7 @@ gpio-nand@1,0 {
 	#address-cells = <1>;
 	#size-cells = <1>;
 	gpios = <&banka 1 0>,	/* RDY */
-		<&banka 2 0>, 	/* nCE */
+		<0>, 		/* nCE */
 		<&banka 3 0>, 	/* ALE */
 		<&banka 4 0>, 	/* CLE */
 		<0>;		/* nWP */
-- 
2.12.0

[toc] | [next] | [standalone]


#1637560

FromRob Herring <robh@kernel.org>
Date2017-05-08 18:30 +0200
Message-ID<tETHR-6g8-27@gated-at.bofh.it>
In reply to#1634941
On Wed, May 03, 2017 at 02:18:24PM +0200, Christophe Leroy wrote:
> This patch updates the binding documentation in accordance with
> commit 44dd182861f99 ("mtd: nand: gpio: make nCE GPIO optional")
> 
> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
> Reported-by: Brian Norris <computersforpeace@gmail.com>
> ---
>  Documentation/devicetree/bindings/mtd/gpio-control-nand.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [next] | [standalone]


#1639137

FromBrian Norris <computersforpeace@gmail.com>
Date2017-05-11 03:20 +0200
Message-ID<tFKVQ-84S-3@gated-at.bofh.it>
In reply to#1637560
On Mon, May 08, 2017 at 11:26:55AM -0500, Rob Herring wrote:
> On Wed, May 03, 2017 at 02:18:24PM +0200, Christophe Leroy wrote:
> > This patch updates the binding documentation in accordance with
> > commit 44dd182861f99 ("mtd: nand: gpio: make nCE GPIO optional")
> > 
> > Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
> > Reported-by: Brian Norris <computersforpeace@gmail.com>
> > ---
> >  Documentation/devicetree/bindings/mtd/gpio-control-nand.txt | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Acked-by: Rob Herring <robh@kernel.org>

Applied to l2-mtd.git

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web