Commits
![Suresh Gupta](https://secure.gravatar.com/avatar/14bbb23e655af40a0e8d7ca67652af37.jpg?s=96&d=mm)
Suresh Gupta committed 10509987285
spi: fsl_qspi: Copy 16 byte aligned data in TX FIFO In some of the QSPI controller version, there must be atleast 128bit data available in TX FIFO for any pop operation otherwise error bit will be set. The code will not make any behavior change for previous controller as the transfer data size in ipcr register is still the same. Patch is tested on LS1046A which do not require 16 bytes aligned and LS1088A which require 16 bytes aligned data in TX FIFO Signed-off-by: Suresh Gupta <suresh.gupta@nxp.com> Signed-off-by: Anupam Kumar <anupam.kumar_1@nxp.com> Reviewed-by: Jagan Teki <jagan@openedev.com>