diff options
author | Yao Yuan <yao.yuan@freescale.com> | 2015-11-18 10:18:11 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-12-09 22:30:16 +0100 |
commit | 4c9848c8ea5f91092e92839da9b6dd1bcaa5be79 (patch) | |
tree | ee6cb2b6f097d13b817066a532fe3f1296dca0c4 /Documentation | |
parent | Documentation/devicetree: document OCTEON USB bindings (diff) | |
download | linux-4c9848c8ea5f91092e92839da9b6dd1bcaa5be79.tar.xz linux-4c9848c8ea5f91092e92839da9b6dd1bcaa5be79.zip |
Documentation: fsl-quadspi: Add fsl,ls1021-qspi compatible string
new compatible string: "fsl,ls1021-qspi".
Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/fsl-quadspi.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt b/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt index 862aa2f8837a..00c587b3d3ae 100644 --- a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt +++ b/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt @@ -2,7 +2,8 @@ Required properties: - compatible : Should be "fsl,vf610-qspi", "fsl,imx6sx-qspi", - "fsl,imx7d-qspi", "fsl,imx6ul-qspi" + "fsl,imx7d-qspi", "fsl,imx6ul-qspi", + "fsl,ls1021-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" |