Merge tag 'spi-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi

Pull spi fix from Mark Brown:
"One new device ID for an Intel SoC"

* tag 'spi-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
spi: intel: Add support for Oak Stream SPI serial flash

Changed files
+1
drivers
+1
drivers/spi/spi-intel-pci.c
··· 80 80 { PCI_VDEVICE(INTEL, 0x51a4), (unsigned long)&cnl_info }, 81 81 { PCI_VDEVICE(INTEL, 0x54a4), (unsigned long)&cnl_info }, 82 82 { PCI_VDEVICE(INTEL, 0x5794), (unsigned long)&cnl_info }, 83 + { PCI_VDEVICE(INTEL, 0x5825), (unsigned long)&cnl_info }, 83 84 { PCI_VDEVICE(INTEL, 0x7723), (unsigned long)&cnl_info }, 84 85 { PCI_VDEVICE(INTEL, 0x7a24), (unsigned long)&cnl_info }, 85 86 { PCI_VDEVICE(INTEL, 0x7aa4), (unsigned long)&cnl_info },