summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2014-04-23 13:54:40 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:16:56 -0600
commit2aa6a1231fe9bc8e5bba8a449f74ab20286503e3 (patch)
tree59669545871f1cb875572a21c1e2ce0e968ace3d /Documentation
parent52e2f5da29d4617d70f2aa74ae4e9189efe3d609 (diff)
ENGR00318895-5 Documentation: mtd: add a new document for SPI NOR flash
We need a DT property to store the dummy cycles for DDR Quad read. This is a common feature for the SPI NOR flash, such as Spansion and Micron chips. Add this file to describe this specific SPI NOR flash features which will be referred by the SPI NOR flash drivers. Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/mtd/spi-nor-flash.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/spi-nor-flash.txt b/Documentation/devicetree/bindings/mtd/spi-nor-flash.txt
new file mode 100644
index 000000000000..aba4d54233d2
--- /dev/null
+++ b/Documentation/devicetree/bindings/mtd/spi-nor-flash.txt
@@ -0,0 +1,7 @@
+This file defines some DT properties for specific SPI NOR flash features.
+The SPI NOR controller drivers may refer to this file, such as fsl-quadspi.txt
+
+Optional properties:
+ - spi-nor,ddr-quad-read-dummy: The dummy cycles used by the DDR Quad read.
+ Please refer to the chip's datasheet. This
+ property can be 4 or 6 which is less then 8.