diff options
author | Mark Brown <broonie@kernel.org> | 2019-02-20 18:58:18 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-20 18:58:18 +0100 |
commit | bf9f742c38c4604a8ee349f7baefca58b3a5ff67 (patch) | |
tree | fa4d349e4a843bf5543f6e7ab6e73dce1eda10e9 /drivers/spi/spi-fsl-dspi.c | |
parent | spi: sifive: Add driver for the SiFive SPI controller (diff) | |
parent | spi: pxa2xx: Setup maximum supported DMA transfer length (diff) | |
download | linux-bf9f742c38c4604a8ee349f7baefca58b3a5ff67.tar.xz linux-bf9f742c38c4604a8ee349f7baefca58b3a5ff67.zip |
Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.1
Diffstat (limited to 'drivers/spi/spi-fsl-dspi.c')
-rw-r--r-- | drivers/spi/spi-fsl-dspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-fsl-dspi.c b/drivers/spi/spi-fsl-dspi.c index 348682be9dd5..53335ccc98f6 100644 --- a/drivers/spi/spi-fsl-dspi.c +++ b/drivers/spi/spi-fsl-dspi.c @@ -67,7 +67,7 @@ #define SPI_SR 0x2c #define SPI_SR_EOQF 0x10000000 #define SPI_SR_TCFQF 0x80000000 -#define SPI_SR_CLEAR 0xdaad0000 +#define SPI_SR_CLEAR 0x9aaf0000 #define SPI_RSER_TFFFE BIT(25) #define SPI_RSER_TFFFD BIT(24) |