aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuan Yao <yao.yuan@nxp.com>2016-04-13 06:08:26 -0400
committerShawn Guo <shawnguo@kernel.org>2016-04-17 22:15:45 -0400
commit60f9ae0d2b173245ba960b2fcd0fc44e81f92017 (patch)
tree239cd84a7191594990e9dd278a9b47d436c61a09
parent22088b6ac3e5687f766326d4ec8d5c2ea9e903c1 (diff)
Documentation: fsl-quadspi: Add fsl,ls1043a-qspi compatible string
new compatible string: "fsl,ls1043a-qspi". Signed-off-by: Yuan Yao <yao.yuan@nxp.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/mtd/fsl-quadspi.txt3
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 0333ec87dc49..c34aa6f8a424 100644
--- a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
+++ b/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
@@ -5,7 +5,8 @@ Required properties:
5 "fsl,imx7d-qspi", "fsl,imx6ul-qspi", 5 "fsl,imx7d-qspi", "fsl,imx6ul-qspi",
6 "fsl,ls1021a-qspi" 6 "fsl,ls1021a-qspi"
7 or 7 or
8 "fsl,ls2080a-qspi" followed by "fsl,ls1021a-qspi" 8 "fsl,ls2080a-qspi" followed by "fsl,ls1021a-qspi",
9 "fsl,ls1043a-qspi" followed by "fsl,ls1021a-qspi"
9 - reg : the first contains the register location and length, 10 - reg : the first contains the register location and length,
10 the second contains the memory mapping address and length 11 the second contains the memory mapping address and length
11 - reg-names: Should contain the reg names "QuadSPI" and "QuadSPI-memory" 12 - reg-names: Should contain the reg names "QuadSPI" and "QuadSPI-memory"