Searched hist:c3bb0077c76044d7c820ebaedc8524be9ee91a84 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | fsl_qspi.c | c3bb0077c76044d7c820ebaedc8524be9ee91a84 Wed Jan 03 00:52:02 UTC 2018 Peng Fan <peng.fan@nxp.com> UPSTREAM: 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.
Change-Id: I8aa660b610b39c24969560187b35d5e7a8a17f5d Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit afe8e1b03362f169b2f905d20e2b352aca9d522e)
|