commit | b866b9278a3b87e7f70f026785c002b109258022 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Wed Aug 14 11:31:31 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:36:37 2019 +0200 |
tree | 0c5fbfa64ffaa17419b1bbed0cd854f25577e3d4 | |
parent | 7949576664ac8fe8c0da08fcd8c611b9616719f1 [diff] |
spi: fsl_qspi: Update write data size for page program LUT The write data size can be overwritten by writing to the IDATSZ field of IPCR register. Since the driver always updates the IDATSZ in page program operation. Set the LUT data size to 0 to align the codes with iMX. Signed-off-by: Ye Li <ye.li@nxp.com>