Skip to content

Commit ceb259e

Browse files
tklnbroonie
authored andcommitted
spi: intel: Add Panther Lake SPI controller support
The Panther Lake SPI controllers are compatible with the Cannon Lake controllers. Add support for following SPI controller device IDs: - H-series: 0xe323 - P-series: 0xe423 - U-series: 0xe423 Signed-off-by: Aapo Vienamo <[email protected]> Signed-off-by: Mika Westerberg <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 1b299bd commit ceb259e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/spi/spi-intel-pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
8686
{ PCI_VDEVICE(INTEL, 0xa324), (unsigned long)&cnl_info },
8787
{ PCI_VDEVICE(INTEL, 0xa3a4), (unsigned long)&cnl_info },
8888
{ PCI_VDEVICE(INTEL, 0xa823), (unsigned long)&cnl_info },
89+
{ PCI_VDEVICE(INTEL, 0xe323), (unsigned long)&cnl_info },
90+
{ PCI_VDEVICE(INTEL, 0xe423), (unsigned long)&cnl_info },
8991
{ },
9092
};
9193
MODULE_DEVICE_TABLE(pci, intel_spi_pci_ids);

0 commit comments

Comments
 (0)