Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: dw: Remove Intel Thunder Bay SOC support

Remove Intel Thunder Bay specific code as the product got cancelled and
there are no end customers or users.

Signed-off-by: Nandhini Srikandan <nandhini.srikandan@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://msgid.link/r/20231213060836.29203-2-nandhini.srikandan@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Nandhini Srikandan and committed by
Mark Brown
36f7050b e5c7bcb4

-1
-1
drivers/spi/spi-dw-mmio.c
··· 411 411 { .compatible = "renesas,rzn1-spi", .data = dw_spi_pssi_init}, 412 412 { .compatible = "snps,dwc-ssi-1.01a", .data = dw_spi_hssi_init}, 413 413 { .compatible = "intel,keembay-ssi", .data = dw_spi_intel_init}, 414 - { .compatible = "intel,thunderbay-ssi", .data = dw_spi_intel_init}, 415 414 { 416 415 .compatible = "intel,mountevans-imc-ssi", 417 416 .data = dw_spi_mountevans_imc_init,