Skip to content

Commit bc25c6e

Browse files
westeribroonie
authored andcommitted
spi: intel-pci: Add support for Arrow Lake-H SPI serial flash
Add Intel Arrow Lake-H PCI ID to the driver list of supported devices. This is the same controller found in previous generations. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Link: https://patch.msgid.link/20251020145415.3377022-3-mika.westerberg@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent e46ee2f commit bc25c6e

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
@@ -79,6 +79,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
7979
{ PCI_VDEVICE(INTEL, 0x51a4), (unsigned long)&cnl_info },
8080
{ PCI_VDEVICE(INTEL, 0x54a4), (unsigned long)&cnl_info },
8181
{ PCI_VDEVICE(INTEL, 0x5794), (unsigned long)&cnl_info },
82+
{ PCI_VDEVICE(INTEL, 0x7723), (unsigned long)&cnl_info },
8283
{ PCI_VDEVICE(INTEL, 0x7a24), (unsigned long)&cnl_info },
8384
{ PCI_VDEVICE(INTEL, 0x7aa4), (unsigned long)&cnl_info },
8485
{ PCI_VDEVICE(INTEL, 0x7e23), (unsigned long)&cnl_info },

0 commit comments

Comments
 (0)