Skip to content

Commit d6b197a

Browse files
hanxu-nxpbroonie
authored andcommitted
spi: spi-fsl-qspi: change i.MX7D RX FIFO size
The RX FIFO should be 128 byte rather than 512 byte. It's a typo on reference manual. Signed-off-by: Han Xu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 43167bb commit d6b197a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/spi-fsl-qspi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ static const struct fsl_qspi_devtype_data imx6sx_data = {
206206
};
207207

208208
static const struct fsl_qspi_devtype_data imx7d_data = {
209-
.rxfifo = SZ_512,
209+
.rxfifo = SZ_128,
210210
.txfifo = SZ_512,
211211
.ahb_buf_size = SZ_1K,
212212
.quirks = QUADSPI_QUIRK_TKT253890 | QUADSPI_QUIRK_4X_INT_CLK,

0 commit comments

Comments
 (0)