]> git.ipfire.org Git - people/ms/u-boot.git/commit
spi: fsl_qspi: support i.MX6UL/6ULLL/7D
authorPeng Fan <peng.fan@nxp.com>
Wed, 3 Jan 2018 00:52:02 +0000 (08:52 +0800)
committerStefano Babic <sbabic@denx.de>
Fri, 12 Jan 2018 13:28:04 +0000 (14:28 +0100)
commitafe8e1b03362f169b2f905d20e2b352aca9d522e
tree5dcb41a6e509401d762e444e57287fd429bf79e2
parent6a2ccd64c3adc87687fe0f232e8775274ac1ae21
spi: fsl_qspi: support i.MX6UL/6ULLL/7D

The QSPI module on i.MX7D is modified from i.MX6SX. The module used on
i.MX6UL/6ULL is reused from i.MX7D. They share same tx buffer size.

The endianness is not set at qspi driver initialization. So if we don't
boot from QSPI, we will get wrong endianness when accessing from AHB
address directly.

Add the compatible entry for 6ul/7d.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/spi/fsl_qspi.c