diff options
author | Jamie Lentin <jm@lentin.co.uk> | 2012-03-27 23:54:15 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-03-29 01:07:30 +0200 |
commit | 83619ea08e9abe0f5ebcfc569a829d1105a1685e (patch) | |
tree | ae0f5b603d7055b6d300c3227466001b60e48502 /Documentation/devicetree/bindings/mtd/atmel-dataflash.txt | |
parent | Merge tag 'common-clk-api' of git://git.kernel.org/pub/scm/linux/kernel/git/a... (diff) | |
download | linux-83619ea08e9abe0f5ebcfc569a829d1105a1685e.tar.xz linux-83619ea08e9abe0f5ebcfc569a829d1105a1685e.zip |
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/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 ef66ddd01da0..1889a4db5b7c 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 { |