Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Fabio Estevam and committed by
Brian Norris
0c45e601 768c57c8

+1 -1
+1 -1
Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
··· 1 1 * Freescale Quad Serial Peripheral Interface(QuadSPI) 2 2 3 3 Required properties: 4 - - compatible : Should be "fsl,vf610-qspi" 4 + - compatible : Should be "fsl,vf610-qspi" or "fsl,imx6sx-qspi" 5 5 - reg : the first contains the register location and length, 6 6 the second contains the memory mapping address and length 7 7 - reg-names: Should contain the reg names "QuadSPI" and "QuadSPI-memory"