We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb6fa3 commit e7dbfe6Copy full SHA for e7dbfe6
drivers/spi/spi-intel-pci.c
@@ -80,6 +80,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
80
{ PCI_VDEVICE(INTEL, 0x51a4), (unsigned long)&cnl_info },
81
{ PCI_VDEVICE(INTEL, 0x54a4), (unsigned long)&cnl_info },
82
{ PCI_VDEVICE(INTEL, 0x5794), (unsigned long)&cnl_info },
83
+ { PCI_VDEVICE(INTEL, 0x5825), (unsigned long)&cnl_info },
84
{ PCI_VDEVICE(INTEL, 0x7723), (unsigned long)&cnl_info },
85
{ PCI_VDEVICE(INTEL, 0x7a24), (unsigned long)&cnl_info },
86
{ PCI_VDEVICE(INTEL, 0x7aa4), (unsigned long)&cnl_info },
0 commit comments