linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: nand: gpio: update binding
@ 2017-05-03 12:18 Christophe Leroy
  2017-05-08 16:26 ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Christophe Leroy @ 2017-05-03 12:18 UTC (permalink / raw)
  To: Boris Brezillon, Richard Weinberger, David Woodhouse,
	Brian Norris, Marek Vasut, Cyrille Pitchen, Rob Herring,
	Mark Rutland
  Cc: linux-mtd, linux-kernel, devicetree

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] mtd: nand: gpio: update binding
  2017-05-03 12:18 [PATCH] mtd: nand: gpio: update binding Christophe Leroy
@ 2017-05-08 16:26 ` Rob Herring
  2017-05-11  1:19   ` Brian Norris
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2017-05-08 16:26 UTC (permalink / raw)
  To: Christophe Leroy
  Cc: Boris Brezillon, Richard Weinberger, David Woodhouse,
	Brian Norris, Marek Vasut, Cyrille Pitchen, Mark Rutland,
	linux-mtd, linux-kernel, devicetree

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mtd: nand: gpio: update binding
  2017-05-08 16:26 ` Rob Herring
@ 2017-05-11  1:19   ` Brian Norris
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Norris @ 2017-05-11  1:19 UTC (permalink / raw)
  To: Rob Herring
  Cc: Christophe Leroy, Boris Brezillon, Richard Weinberger,
	David Woodhouse, Marek Vasut, Cyrille Pitchen, Mark Rutland,
	linux-mtd, linux-kernel, devicetree

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-11  1:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-03 12:18 [PATCH] mtd: nand: gpio: update binding Christophe Leroy
2017-05-08 16:26 ` Rob Herring
2017-05-11  1:19   ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).