]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
spi: intel-pci: Add support for Arrow Lake-H SPI serial flash
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 20 Oct 2025 14:54:14 +0000 (16:54 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 20 Oct 2025 15:15:30 +0000 (16:15 +0100)
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>
drivers/spi/spi-intel-pci.c

index 4b63cb98df9cca28a66939ade9226eb74d0899d9..49b4d306119767d567ce8df013c8e8b3fcf05a4e 100644 (file)
@@ -79,6 +79,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
        { PCI_VDEVICE(INTEL, 0x51a4), (unsigned long)&cnl_info },
        { PCI_VDEVICE(INTEL, 0x54a4), (unsigned long)&cnl_info },
        { PCI_VDEVICE(INTEL, 0x5794), (unsigned long)&cnl_info },
+       { PCI_VDEVICE(INTEL, 0x7723), (unsigned long)&cnl_info },
        { PCI_VDEVICE(INTEL, 0x7a24), (unsigned long)&cnl_info },
        { PCI_VDEVICE(INTEL, 0x7aa4), (unsigned long)&cnl_info },
        { PCI_VDEVICE(INTEL, 0x7e23), (unsigned long)&cnl_info },