aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYao Yuan <[email protected]>2016-01-26 15:23:59 +0800
committerBrian Norris <[email protected]>2016-03-07 12:32:20 -0800
commit2458fb258b0013777cebf0486e2f7c49949fbc94 (patch)
tree5392a546b6da2c4e511c7cde010929eab2e1e519
parenta578c4f9ebe0ae781a69a68255b06b35aab6e5fe (diff)
Documentation: fsl-quadspi: Add fsl, ls2080a-qspi compatible string
new compatible string: "fsl,ls2080a-qspi". Signed-off-by: Yuan Yao <[email protected]> Acked-by: Rob Herring <[email protected]> Acked-by: Han xu <[email protected]> Signed-off-by: Brian Norris <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/mtd/fsl-quadspi.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt b/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
index 00c587b3d3ae..0df2f3a0e35d 100644
--- a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
+++ b/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
@@ -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"