diff mbox

[8/8,v2] mtd: spi-nor: fsl-quadspi: Add compatible string "fsl, ls1-qspi" in bindings documentation

Message ID 1436258300-21261-8-git-send-email-haikun.wang@freescale.com
State Changes Requested
Headers show

Commit Message

Haikun.Wang@freescale.com July 7, 2015, 8:38 a.m. UTC
Freescale LS1021A SOC also has QSPI controller and it has platform special
features than other platforms.
Add "fsl,ls1-qspi" in the valid compatible string list.

Signed-off-by: Haikun Wang <haikun.wang@freescale.com>
---
Changes in v2:
- Rebase

 Documentation/devicetree/bindings/mtd/fsl-quadspi.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt b/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
index 6627893..42c2954 100644
--- a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
+++ b/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
@@ -1,7 +1,7 @@ 
 * Freescale Quad Serial Peripheral Interface(QuadSPI)
 
 QuadSPI master required properties:
-  - compatible : Should be "fsl,vf610-qspi" or "fsl,imx6sx-qspi"
+  - compatible : Should be "fsl,vf610-qspi", "fsl,ls1-qspi" or "fsl,imx6sx-qspi"
   - reg : the first contains the register location and length,
           the second contains the memory mapping address and length
   - reg-names: Should contain the reg names "QuadSPI" and "QuadSPI-memory"