diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-01-07 04:32:56 +0100 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-01-10 00:26:35 +0100 |
commit | 0c45e6016f1297bc71ed677697bacc111a63126d (patch) | |
tree | 3a9cc4d3d500ec5b353b350fc5ebeb4e23f042c8 /Documentation | |
parent | mtd: nftl: reorganize operations in condition check (diff) | |
download | linux-0c45e6016f1297bc71ed677697bacc111a63126d.tar.xz 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')
-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" |