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

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>

authored by

Yuan Yao and committed by
Shawn Guo
60f9ae0d 22088b6a

+2 -1
+2 -1
Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
··· 5 5 "fsl,imx7d-qspi", "fsl,imx6ul-qspi", 6 6 "fsl,ls1021a-qspi" 7 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 10 - reg : the first contains the register location and length, 10 11 the second contains the memory mapping address and length 11 12 - reg-names: Should contain the reg names "QuadSPI" and "QuadSPI-memory"