diff options
author | Serge Semin <Sergey.Semin@baikalelectronics.ru> | 2021-11-15 19:19:16 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-11-16 15:30:09 +0100 |
commit | 2b8a47e0b6984b9795baa20ddcbd37e9ea9b2a91 (patch) | |
tree | 17c463c836086a9280abfa2b353db678e161b717 /drivers/spi/spi-dw.h | |
parent | spi: dw: Introduce Synopsys IP-core versions interface (diff) | |
download | linux-2b8a47e0b6984b9795baa20ddcbd37e9ea9b2a91.tar.xz linux-2b8a47e0b6984b9795baa20ddcbd37e9ea9b2a91.zip |
spi: dw: Replace DWC_HSSI capability with IP-core version checker
Since there is a common IP-core and component versions interface available
we can use it to differentiate the DW HSSI device features in the code.
Let's remove the corresponding DWC_HSSI capability flag then and use the
dw_spi_ip_is() macro instead.
Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20211115181917.7521-7-Sergey.Semin@baikalelectronics.ru
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-dw.h')
-rw-r--r-- | drivers/spi/spi-dw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-dw.h b/drivers/spi/spi-dw.h index 2f7d77024b48..8334e6b35f89 100644 --- a/drivers/spi/spi-dw.h +++ b/drivers/spi/spi-dw.h @@ -32,7 +32,6 @@ /* DW SPI controller capabilities */ #define DW_SPI_CAP_CS_OVERRIDE BIT(0) #define DW_SPI_CAP_KEEMBAY_MST BIT(1) -#define DW_SPI_CAP_DWC_HSSI BIT(2) #define DW_SPI_CAP_DFS32 BIT(3) /* Register offsets (Generic for both DWC APB SSI and DWC SSI IP-cores) */ |