Skip to content

Commit 22d71a5

Browse files
westeribroonie
authored andcommitted
spi: pxa2xx: Add support for Intel Ice Lake
Intel Ice Lake SPI host controller follows the Intel Cannon Lake but the PCI IDs are different. Add the new PCI IDs to the driver supported devices list. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org
1 parent 80dc12c commit 22d71a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/spi/spi-pxa2xx.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,6 +1391,10 @@ static const struct pci_device_id pxa2xx_spi_pci_compound_match[] = {
13911391
{ PCI_VDEVICE(INTEL, 0x31c2), LPSS_BXT_SSP },
13921392
{ PCI_VDEVICE(INTEL, 0x31c4), LPSS_BXT_SSP },
13931393
{ PCI_VDEVICE(INTEL, 0x31c6), LPSS_BXT_SSP },
1394+
/* ICL-LP */
1395+
{ PCI_VDEVICE(INTEL, 0x34aa), LPSS_CNL_SSP },
1396+
{ PCI_VDEVICE(INTEL, 0x34ab), LPSS_CNL_SSP },
1397+
{ PCI_VDEVICE(INTEL, 0x34fb), LPSS_CNL_SSP },
13941398
/* APL */
13951399
{ PCI_VDEVICE(INTEL, 0x5ac2), LPSS_BXT_SSP },
13961400
{ PCI_VDEVICE(INTEL, 0x5ac4), LPSS_BXT_SSP },

0 commit comments

Comments
 (0)