commit | b3b1f5a97a361b518afbc409d867b7b278b0f472 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Wed Jan 03 08:52:02 2018 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jan 12 14:28:04 2018 +0100 |
tree | 5dcb41a6e509401d762e444e57287fd429bf79e2 | |
parent | 8548f97d664feb2a221c906f6bfbfb5d76e87b84 [diff] |
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>