diff options
author | Huang Shijie <b32955@freescale.com> | 2014-04-23 03:12:47 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-05-20 19:35:32 -0400 |
commit | 6e5221558d35563dc656833a021543fba8185c41 (patch) | |
tree | a85ce4a6aa032f738c53c9ec0a462934f77225de /Documentation/devicetree/bindings/mtd/m25p80.txt | |
parent | f034d87def51f026b735d1e2877e9387011b2ba3 (diff) |
Documentation: mtd: update the document for m25p80
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>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/m25p80.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/m25p80.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mtd/m25p80.txt b/Documentation/devicetree/bindings/mtd/m25p80.txt index 6d3d57609470..4611aa83531b 100644 --- a/Documentation/devicetree/bindings/mtd/m25p80.txt +++ b/Documentation/devicetree/bindings/mtd/m25p80.txt | |||
@@ -5,8 +5,8 @@ Required properties: | |||
5 | representing partitions. | 5 | representing partitions. |
6 | - compatible : Should be the manufacturer and the name of the chip. Bear in mind | 6 | - compatible : Should be the manufacturer and the name of the chip. Bear in mind |
7 | the DT binding is not Linux-only, but in case of Linux, see the | 7 | the DT binding is not Linux-only, but in case of Linux, see the |
8 | "m25p_ids" table in drivers/mtd/devices/m25p80.c for the list of | 8 | "spi_nor_ids" table in drivers/mtd/spi-nor/spi-nor.c for the list |
9 | supported chips. | 9 | of supported chips. |
10 | - reg : Chip-Select number | 10 | - reg : Chip-Select number |
11 | - spi-max-frequency : Maximum frequency of the SPI bus the chip can operate at | 11 | - spi-max-frequency : Maximum frequency of the SPI bus the chip can operate at |
12 | 12 | ||