diff mbox

Documentation: mtd: update the document for m25p80

Message ID 1398237167-23881-1-git-send-email-b32955@freescale.com
State Accepted
Commit 6e5221558d35563dc656833a021543fba8185c41
Headers show

Commit Message

Huang Shijie April 23, 2014, 7:12 a.m. UTC
The m25p80.c has used the SPI NOR framework now, and the m25p_ids has
been moved to spi-nor.c and renamed to spi_nor_ids.

This patch updates the document for m25p80.

Signed-off-by: Huang Shijie <b32955@freescale.com>
---
 Documentation/devicetree/bindings/mtd/m25p80.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Marek Vasut April 23, 2014, 12:28 p.m. UTC | #1
On Wednesday, April 23, 2014 at 09:12:47 AM, Huang Shijie wrote:
> The m25p80.c has used the SPI NOR framework now, and the m25p_ids has
> been moved to spi-nor.c and renamed to spi_nor_ids.
> 
> This patch updates the document for m25p80.
> 
> Signed-off-by: Huang Shijie <b32955@freescale.com>

Acked-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut
Brian Norris May 16, 2014, 5:51 a.m. UTC | #2
On Wed, Apr 23, 2014 at 03:12:47PM +0800, Huang Shijie wrote:
> The m25p80.c has used the SPI NOR framework now, and the m25p_ids has
> been moved to spi-nor.c and renamed to spi_nor_ids.
> 
> This patch updates the document for m25p80.
> 
> Signed-off-by: Huang Shijie <b32955@freescale.com>

Pushed to l2-mtd.git. Thanks!

Brian
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/mtd/m25p80.txt b/Documentation/devicetree/bindings/mtd/m25p80.txt
index 6d3d576..4611aa8 100644
--- a/Documentation/devicetree/bindings/mtd/m25p80.txt
+++ b/Documentation/devicetree/bindings/mtd/m25p80.txt
@@ -5,8 +5,8 @@  Required properties:
   representing partitions.
 - compatible : Should be the manufacturer and the name of the chip. Bear in mind
                the DT binding is not Linux-only, but in case of Linux, see the
-               "m25p_ids" table in drivers/mtd/devices/m25p80.c for the list of
-               supported chips.
+               "spi_nor_ids" table in drivers/mtd/spi-nor/spi-nor.c for the list
+               of supported chips.
 - reg : Chip-Select number
 - spi-max-frequency : Maximum frequency of the SPI bus the chip can operate at