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/arm-versatile.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/arm-versatile.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/arm-versatile.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mtd/arm-versatile.txt b/Documentation/devicetree/bindings/mtd/arm-versatile.txt index 476845db94d0..beace4b89daa 100644 --- a/Documentation/devicetree/bindings/mtd/arm-versatile.txt +++ b/Documentation/devicetree/bindings/mtd/arm-versatile.txt @@ -4,5 +4,5 @@ Required properties: - compatible : must be "arm,versatile-flash"; - bank-width : width in bytes of flash interface. -Optional properties: -- Subnode partition map from mtd flash binding +The device tree may optionally contain sub-nodes describing partitions of the +address space. See partition.txt for more detail. |