]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
spi: intel: Add support for Oak Stream SPI serial flash
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Wed, 29 Oct 2025 06:50:20 +0000 (07:50 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 29 Oct 2025 12:53:45 +0000 (12:53 +0000)
Add Oak Stream PCI ID to the driver list of supported devices.

This patch was originally written by Zeng Guang.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Link: https://patch.msgid.link/20251029065020.2920213-1-mika.westerberg@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-intel-pci.c

index 7765fb27c37c3ed85e6c9cd4caee4e5a34097f46..b8c572394aac209bf2bc53004120cbe785a628ee 100644 (file)
@@ -80,6 +80,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, 0x5825), (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 },