]> Pileus Git - ~andy/linux/blobdiff - Documentation/devicetree/bindings/arm/davinci/nand.txt
Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd
[~andy/linux] / Documentation / devicetree / bindings / arm / davinci / nand.txt
index 49fc7ada929a4aec87a615031b948d65c251f0d2..3545ea704b50cbabaff63ff35bcf12048ac9e7c7 100644 (file)
@@ -23,6 +23,9 @@ Recommended properties :
 - ti,davinci-nand-buswidth: buswidth 8 or 16
 - ti,davinci-nand-use-bbt: use flash based bad block table support.
 
+nand device bindings may contain additional sub-nodes describing
+partitions of the address space. See partition.txt for more detail.
+
 Example(da850 EVM ):
 nand_cs3@62000000 {
        compatible = "ti,davinci-nand";
@@ -35,4 +38,9 @@ nand_cs3@62000000 {
        ti,davinci-ecc-mode = "hw";
        ti,davinci-ecc-bits = <4>;
        ti,davinci-nand-use-bbt;
+
+       partition@180000 {
+               label = "ubifs";
+               reg = <0x180000 0x7e80000>;
+       };
 };