]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Documentation: fsl-quadspi: Add fsl, ls2080a-qspi compatible string
authorYao Yuan <yao.yuan@freescale.com>
Tue, 26 Jan 2016 07:23:59 +0000 (15:23 +0800)
committerBrian Norris <computersforpeace@gmail.com>
Mon, 7 Mar 2016 20:32:20 +0000 (12:32 -0800)
new compatible string: "fsl,ls2080a-qspi".

Signed-off-by: Yuan Yao <yao.yuan@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Han xu <han.xu@nxp.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Documentation/devicetree/bindings/mtd/fsl-quadspi.txt

index 00c587b3d3ae77eb958ba769b7a494edbee127e6..0df2f3a0e35d1236ee0413aaa7238bb225eea980 100644 (file)
@@ -3,7 +3,9 @@
 Required properties:
   - compatible : Should be "fsl,vf610-qspi", "fsl,imx6sx-qspi",
                 "fsl,imx7d-qspi", "fsl,imx6ul-qspi",
-                "fsl,ls1021-qspi"
+                "fsl,ls1021a-qspi"
+                or
+                "fsl,ls2080a-qspi" followed by "fsl,ls1021a-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"