diff options
author | Jamie Lentin <jm@lentin.co.uk> | 2012-03-27 22:54:15 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-03-28 17:07:30 -0600 |
commit | 83619ea08e9abe0f5ebcfc569a829d1105a1685e (patch) | |
tree | ae0f5b603d7055b6d300c3227466001b60e48502 /Documentation/devicetree/bindings/mtd/fsl-upm-nand.txt | |
parent | 735e941caa9a35f933297af0ab1e0ad6447411c4 (diff) |
mtd: Move fdt partition documentation to a seperate file
Partitions are described in the same way for all mtd devices when using
devicetree, move the documentation to a separate file and add references
to it.
Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/fsl-upm-nand.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/fsl-upm-nand.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/fsl-upm-nand.txt b/Documentation/devicetree/bindings/mtd/fsl-upm-nand.txt index 00f1f546b32..fce4894f5a9 100644 --- a/Documentation/devicetree/bindings/mtd/fsl-upm-nand.txt +++ b/Documentation/devicetree/bindings/mtd/fsl-upm-nand.txt @@ -19,6 +19,10 @@ Optional properties: read registers (tR). Required if property "gpios" is not used (R/B# pins not connected). +Each flash chip described may optionally contain additional sub-nodes +describing partitions of the address space. See partition.txt for more +detail. + Examples: upm@1,0 { |