spi: fsl_qspi: apply the same settings for LS1088 as LS208x
authorMathew McBride <matt@traverse.com.au>
Mon, 25 Jan 2021 03:55:22 +0000 (03:55 +0000)
committerPriyanka Jain <priyanka.jain@nxp.com>
Mon, 8 Feb 2021 08:31:18 +0000 (14:01 +0530)
commitfd20097336aa1cbadca9db3cfe7a7681312271bd
tree8a5ab50d7be382c4afe933b3753d1f447727488a
parent6b4eb604eac8d0dd4f119dcf5523545fc779fafa
spi: fsl_qspi: apply the same settings for LS1088 as LS208x

The LS1088 requires the same QUADSPI_QURIK_BASE_INTERNAL
workaround as the LS208x and also has a 64 byte TX buffer.

With the previous settings SPI-NAND reads over AHB were
corrupted.

Fixes: 91afd36f3802 ("spi: Transform the FSL QuadSPI driver to use the SPI MEM API")
Signed-off-by: Mathew McBride <matt@traverse.com.au>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
drivers/spi/fsl_qspi.c