Documentation: fsl-quadspi: Add an entry for the imx6sx compatible string
authorFabio Estevam <[email protected]>
Wed, 7 Jan 2015 03:32:56 +0000 (01:32 -0200)
committerBrian Norris <[email protected]>
Fri, 9 Jan 2015 23:26:35 +0000 (15:26 -0800)
"fsl,imx6sx-qspi" is also a valid compatible string, so add an entry for it.

Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Brian Norris <[email protected]>
Documentation/devicetree/bindings/mtd/fsl-quadspi.txt

index 823d134121956362414c546134dde3744e03fb5e..4461dc71cb10097efc887240c9f319660d43972a 100644 (file)
@@ -1,7 +1,7 @@
 * Freescale Quad Serial Peripheral Interface(QuadSPI)
 
 Required properties:
-  - compatible : Should be "fsl,vf610-qspi"
+  - compatible : Should be "fsl,vf610-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"