Skip to content

Commit f7e37af

Browse files
westeribroonie
authored andcommitted
spi: intel-pci: Add support for Intel Wildcat Lake SPI serial flash
Add Intel Wildcat Lake SPI serial flash PCI ID to the list of supported devices. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Link: https://patch.msgid.link/20251020145415.3377022-4-mika.westerberg@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent bc25c6e commit f7e37af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/spi/spi-intel-pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
7575
{ PCI_VDEVICE(INTEL, 0x38a4), (unsigned long)&bxt_info },
7676
{ PCI_VDEVICE(INTEL, 0x43a4), (unsigned long)&cnl_info },
7777
{ PCI_VDEVICE(INTEL, 0x4b24), (unsigned long)&bxt_info },
78+
{ PCI_VDEVICE(INTEL, 0x4d23), (unsigned long)&cnl_info },
7879
{ PCI_VDEVICE(INTEL, 0x4da4), (unsigned long)&bxt_info },
7980
{ PCI_VDEVICE(INTEL, 0x51a4), (unsigned long)&cnl_info },
8081
{ PCI_VDEVICE(INTEL, 0x54a4), (unsigned long)&cnl_info },

0 commit comments

Comments
 (0)