Skip to content

Commit 8afe3c7

Browse files
westeribroonie
authored andcommitted
spi: intel-pci: Add support for Arrow Lake SPI serial flash
This adds the PCI ID of the Arrow Lake and Meteor Lake-S PCH SPI serial flash controller. This one supports all the necessary commands Linux SPI-NOR stack requires. Signed-off-by: Mika Westerberg <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 6c31442 commit 8afe3c7

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
@@ -76,6 +76,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
7676
{ PCI_VDEVICE(INTEL, 0x7a24), (unsigned long)&cnl_info },
7777
{ PCI_VDEVICE(INTEL, 0x7aa4), (unsigned long)&cnl_info },
7878
{ PCI_VDEVICE(INTEL, 0x7e23), (unsigned long)&cnl_info },
79+
{ PCI_VDEVICE(INTEL, 0x7f24), (unsigned long)&cnl_info },
7980
{ PCI_VDEVICE(INTEL, 0x9d24), (unsigned long)&cnl_info },
8081
{ PCI_VDEVICE(INTEL, 0x9da4), (unsigned long)&cnl_info },
8182
{ PCI_VDEVICE(INTEL, 0xa0a4), (unsigned long)&cnl_info },

0 commit comments

Comments
 (0)