Re: [U-Boot] [PATCH V2 1/2] spi: fsl_qspi: support i.MX6UL/6ULLL/7D

2018-01-12 Thread Stefano Babic
On 03/01/2018 01:52, Peng Fan wrote: > 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

[U-Boot] [PATCH V2 1/2] spi: fsl_qspi: support i.MX6UL/6ULLL/7D

2018-01-02 Thread Peng Fan
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.