Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtd
[sfrench/cifs-2.6.git] / Documentation / driver-api / gpio / drivers-on-gpio.rst
index 019483868977887a4f9b43d0e1c426af6ee7687b..7da0c1dd1f7a4936c1787022fbf4dfcd011fa584 100644 (file)
@@ -75,8 +75,8 @@ hardware descriptions such as device tree or ACPI:
   it from 1-to-0-to-1. If that hardware does not receive its "ping"
   periodically, it will reset the system.
 
-- gpio-nand: drivers/mtd/nand/gpio.c is used to connect a NAND flash chip to
-  a set of simple GPIO lines: RDY, NCE, ALE, CLE, NWP. It interacts with the
+- gpio-nand: drivers/mtd/nand/raw/gpio.c is used to connect a NAND flash chip
+  to a set of simple GPIO lines: RDY, NCE, ALE, CLE, NWP. It interacts with the
   NAND flash MTD subsystem and provides chip access and partition parsing like
   any other NAND driving hardware.