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

spi: pxa2xx: Add support for Intel Meteor Lake-P

Add support for LPSS SPI on Intel Meteor Lake-P. It has three
controllers each having two chip selects.

This squashes a fix from Ap, Kamal <kamal.ap@intel.com> fixing incorrect
PCI ID of 3rd controller.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20220630073305.632850-1-jarkko.nikula@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Jarkko Nikula and committed by
Mark Brown
3190d4be 0dbc4947

+4
+4
drivers/spi/spi-pxa2xx.c
··· 1404 1404 { PCI_VDEVICE(INTEL, 0x7aab), LPSS_CNL_SSP }, 1405 1405 { PCI_VDEVICE(INTEL, 0x7af9), LPSS_CNL_SSP }, 1406 1406 { PCI_VDEVICE(INTEL, 0x7afb), LPSS_CNL_SSP }, 1407 + /* MTL-P */ 1408 + { PCI_VDEVICE(INTEL, 0x7e27), LPSS_CNL_SSP }, 1409 + { PCI_VDEVICE(INTEL, 0x7e30), LPSS_CNL_SSP }, 1410 + { PCI_VDEVICE(INTEL, 0x7e46), LPSS_CNL_SSP }, 1407 1411 /* CNL-LP */ 1408 1412 { PCI_VDEVICE(INTEL, 0x9daa), LPSS_CNL_SSP }, 1409 1413 { PCI_VDEVICE(INTEL, 0x9dab), LPSS_CNL_SSP },