Skip to content

Commit 8f44e38

Browse files
westeribroonie
authored andcommitted
spi: intel-pci: Add support for Lunar Lake-M SPI serial flash
Add Intel Lunar Lake-M PCI ID to the driver list of supported devices. This is the same controller found in previous generations. Signed-off-by: Mika Westerberg <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent e56c671 commit 8f44e38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/spi/spi-intel-pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
8585
{ PCI_VDEVICE(INTEL, 0xa2a4), (unsigned long)&cnl_info },
8686
{ PCI_VDEVICE(INTEL, 0xa324), (unsigned long)&cnl_info },
8787
{ PCI_VDEVICE(INTEL, 0xa3a4), (unsigned long)&cnl_info },
88+
{ PCI_VDEVICE(INTEL, 0xa823), (unsigned long)&cnl_info },
8889
{ },
8990
};
9091
MODULE_DEVICE_TABLE(pci, intel_spi_pci_ids);

0 commit comments

Comments
 (0)