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 f148915 commit cf961fcCopy full SHA for cf961fc
drivers/spi/spi-pxa2xx.c
@@ -1485,6 +1485,11 @@ static const struct pci_device_id pxa2xx_spi_pci_compound_match[] = {
1485
{ PCI_VDEVICE(INTEL, 0x4daa), LPSS_CNL_SSP },
1486
{ PCI_VDEVICE(INTEL, 0x4dab), LPSS_CNL_SSP },
1487
{ PCI_VDEVICE(INTEL, 0x4dfb), LPSS_CNL_SSP },
1488
+ /* TGL-H */
1489
+ { PCI_VDEVICE(INTEL, 0x43aa), LPSS_CNL_SSP },
1490
+ { PCI_VDEVICE(INTEL, 0x43ab), LPSS_CNL_SSP },
1491
+ { PCI_VDEVICE(INTEL, 0x43fb), LPSS_CNL_SSP },
1492
+ { PCI_VDEVICE(INTEL, 0x43fd), LPSS_CNL_SSP },
1493
/* APL */
1494
{ PCI_VDEVICE(INTEL, 0x5ac2), LPSS_BXT_SSP },
1495
{ PCI_VDEVICE(INTEL, 0x5ac4), LPSS_BXT_SSP },
0 commit comments