diff options
author | Nandhini Srikandan <nandhini.srikandan@intel.com> | 2022-07-13 12:22:23 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-13 13:32:32 +0100 |
commit | dc4e6d9fbf9a39f7df71e8c262282aa1915452d8 (patch) | |
tree | bfe5ccfc27bf85d56d0f6c1a026ad9ab857ce044 /drivers/spi/spi-dw.h | |
parent | 51e41dc2f2bc7e7c8d5b8202a23eae3ee6056131 (diff) | |
download | linux-dc4e6d9fbf9a39f7df71e8c262282aa1915452d8.tar.gz |
spi: dw: Add support for Intel Thunder Bay SPI controller
Add support for Intel Thunder Bay SPI controller, which uses DesignWare
DWC_ssi core and also add common init function for both Keem Bay and
Thunder Bay.
Signed-off-by: Nandhini Srikandan <nandhini.srikandan@intel.com>
Acked-by: Serge Semin <fancer.lancer@gmail.com>
Link: https://lore.kernel.org/r/20220713042223.1458-5-nandhini.srikandan@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-dw.h')
-rw-r--r-- | drivers/spi/spi-dw.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/spi/spi-dw.h b/drivers/spi/spi-dw.h index 8b8f924ac410..9e8eb2b52d5c 100644 --- a/drivers/spi/spi-dw.h +++ b/drivers/spi/spi-dw.h @@ -31,8 +31,7 @@ /* DW SPI controller capabilities */ #define DW_SPI_CAP_CS_OVERRIDE BIT(0) -#define DW_SPI_CAP_KEEMBAY_MST BIT(1) -#define DW_SPI_CAP_DFS32 BIT(2) +#define DW_SPI_CAP_DFS32 BIT(1) /* Register offsets (Generic for both DWC APB SSI and DWC SSI IP-cores) */ #define DW_SPI_CTRLR0 0x00 |