Skip to content

Commit 8cc7720

Browse files
jhnikulabroonie
authored andcommitted
spi: pxa2xx: Add support for Intel Elkhart Lake
Intel Elkhart Lake has the same LPSS than Intel Broxton. Add support for it. Signed-off-by: Jarkko Nikula <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent ab73561 commit 8cc7720

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
@@ -1437,6 +1437,10 @@ static const struct pci_device_id pxa2xx_spi_pci_compound_match[] = {
14371437
{ PCI_VDEVICE(INTEL, 0x34aa), LPSS_CNL_SSP },
14381438
{ PCI_VDEVICE(INTEL, 0x34ab), LPSS_CNL_SSP },
14391439
{ 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 },
14401444
/* APL */
14411445
{ PCI_VDEVICE(INTEL, 0x5ac2), LPSS_BXT_SSP },
14421446
{ PCI_VDEVICE(INTEL, 0x5ac4), LPSS_BXT_SSP },

0 commit comments

Comments
 (0)