]> git.baikalelectronics.ru Git - uboot.git/commit
spi: fsl_qspi: Update write data size for page program LUT
authorYe Li <ye.li@nxp.com>
Wed, 14 Aug 2019 11:31:31 +0000 (11:31 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:36:37 +0000 (16:36 +0200)
commit8827e3eee390a8da55dd7cbe913f643e070d0095
tree0c5fbfa64ffaa17419b1bbed0cd854f25577e3d4
parent3476ff9e9470e9ac7979ea9e4b39b0c2609720d1
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>
drivers/spi/fsl_qspi.c