diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-01-07 01:32:56 -0200 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-01-09 15:26:35 -0800 |
commit | 0c45e6016f1297bc71ed677697bacc111a63126d (patch) | |
tree | 3a9cc4d3d500ec5b353b350fc5ebeb4e23f042c8 /Documentation/devicetree/bindings/mtd | |
parent | 768c57c8d7df479aa27330d629b4e41f9c19b22c (diff) | |
download | blackbird-obmc-linux-0c45e6016f1297bc71ed677697bacc111a63126d.tar.gz blackbird-obmc-linux-0c45e6016f1297bc71ed677697bacc111a63126d.zip |
Documentation: fsl-quadspi: Add an entry for the imx6sx compatible string
"fsl,imx6sx-qspi" is also a valid compatible string, so add an entry for it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/fsl-quadspi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt b/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt index 823d13412195..4461dc71cb10 100644 --- a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt +++ b/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt @@ -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" |