We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab73561 commit 8cc7720Copy full SHA for 8cc7720
drivers/spi/spi-pxa2xx.c
@@ -1437,6 +1437,10 @@ static const struct pci_device_id pxa2xx_spi_pci_compound_match[] = {
1437
{ PCI_VDEVICE(INTEL, 0x34aa), LPSS_CNL_SSP },
1438
{ PCI_VDEVICE(INTEL, 0x34ab), LPSS_CNL_SSP },
1439
{ PCI_VDEVICE(INTEL, 0x34fb), LPSS_CNL_SSP },
1440
+ /* EHL */
1441
+ { PCI_VDEVICE(INTEL, 0x4b2a), LPSS_BXT_SSP },
1442
+ { PCI_VDEVICE(INTEL, 0x4b2b), LPSS_BXT_SSP },
1443
+ { PCI_VDEVICE(INTEL, 0x4b37), LPSS_BXT_SSP },
1444
/* APL */
1445
{ PCI_VDEVICE(INTEL, 0x5ac2), LPSS_BXT_SSP },
1446
{ PCI_VDEVICE(INTEL, 0x5ac4), LPSS_BXT_SSP },
0 commit comments