Skip to content

Commit a412795

Browse files
jhnikulabroonie
authored andcommitted
spi: pxa2xx: Add support for Intel Tiger Lake
Intel Tiger Lake -LP LPSS SPI controller is otherwise similar than Cannon Lake but has more controllers and up to two chip selects per controller. Signed-off-by: Jarkko Nikula <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 8d8bef5 commit a412795

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/spi/spi-pxa2xx.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,14 @@ static const struct pci_device_id pxa2xx_spi_pci_compound_match[] = {
14571457
{ PCI_VDEVICE(INTEL, 0x02aa), LPSS_CNL_SSP },
14581458
{ PCI_VDEVICE(INTEL, 0x02ab), LPSS_CNL_SSP },
14591459
{ PCI_VDEVICE(INTEL, 0x02fb), LPSS_CNL_SSP },
1460+
/* TGL-LP */
1461+
{ PCI_VDEVICE(INTEL, 0xa0aa), LPSS_CNL_SSP },
1462+
{ PCI_VDEVICE(INTEL, 0xa0ab), LPSS_CNL_SSP },
1463+
{ PCI_VDEVICE(INTEL, 0xa0de), LPSS_CNL_SSP },
1464+
{ PCI_VDEVICE(INTEL, 0xa0df), LPSS_CNL_SSP },
1465+
{ PCI_VDEVICE(INTEL, 0xa0fb), LPSS_CNL_SSP },
1466+
{ PCI_VDEVICE(INTEL, 0xa0fd), LPSS_CNL_SSP },
1467+
{ PCI_VDEVICE(INTEL, 0xa0fe), LPSS_CNL_SSP },
14601468
{ },
14611469
};
14621470

0 commit comments

Comments
 (0)