diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-30 05:57:40 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-30 05:57:40 +0400 |
commit | e152c38abaa92352679c9b53c4cce533c03997c6 (patch) | |
tree | 332ed68048ac263ac8fb0f4cb6e4a9fc7e8946c0 /Documentation/devicetree/bindings/mtd/arm-versatile.txt | |
parent | eb05df9e7e793f3134dbb574c7ccc05f7932bc59 (diff) | |
parent | 31134efc681a5440e2b952eed3bf9a5306a95062 (diff) | |
download | linux-e152c38abaa92352679c9b53c4cce533c03997c6.tar.xz |
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6
Pull devicetree documentation update from Grant Likely.
* tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6:
dt: Linux DT usage model documentation
mtd: Move fdt partition documentation to a seperate file
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. |