Skip to content

Commit 691d401

Browse files
committed
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
2 parents bfeeb4a + e7dbfe6 commit 691d401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/spi/spi-intel-pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
8080
{ PCI_VDEVICE(INTEL, 0x51a4), (unsigned long)&cnl_info },
8181
{ PCI_VDEVICE(INTEL, 0x54a4), (unsigned long)&cnl_info },
8282
{ PCI_VDEVICE(INTEL, 0x5794), (unsigned long)&cnl_info },
83+
{ PCI_VDEVICE(INTEL, 0x5825), (unsigned long)&cnl_info },
8384
{ PCI_VDEVICE(INTEL, 0x7723), (unsigned long)&cnl_info },
8485
{ PCI_VDEVICE(INTEL, 0x7a24), (unsigned long)&cnl_info },
8586
{ PCI_VDEVICE(INTEL, 0x7aa4), (unsigned long)&cnl_info },

0 commit comments

Comments
 (0)