diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-29 18:57:40 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-29 18:57:40 -0700 |
commit | e152c38abaa92352679c9b53c4cce533c03997c6 (patch) | |
tree | 332ed68048ac263ac8fb0f4cb6e4a9fc7e8946c0 /Documentation/devicetree/bindings/mtd/atmel-dataflash.txt | |
parent | eb05df9e7e793f3134dbb574c7ccc05f7932bc59 (diff) | |
parent | 31134efc681a5440e2b952eed3bf9a5306a95062 (diff) |
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/atmel-dataflash.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/atmel-dataflash.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/atmel-dataflash.txt b/Documentation/devicetree/bindings/mtd/atmel-dataflash.txt index ef66ddd01da..1889a4db5b7 100644 --- a/Documentation/devicetree/bindings/mtd/atmel-dataflash.txt +++ b/Documentation/devicetree/bindings/mtd/atmel-dataflash.txt @@ -3,6 +3,9 @@ Required properties: - compatible : "atmel,<model>", "atmel,<series>", "atmel,dataflash". +The device tree may optionally contain sub-nodes describing partitions of the +address space. See partition.txt for more detail. + Example: flash@1 { |