mtd: intel-spi: Add Intel Lewisburg PCH SPI super SKU PCI ID
authorKuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Sun, 29 Oct 2017 22:17:35 +0000 (15:17 -0700)
committerCyrille Pitchen <cyrille.pitchen@wedev4u.fr>
Mon, 30 Oct 2017 10:51:18 +0000 (11:51 +0100)
This patch adds Intel Lewisburg PCH SPI serial flash controller super
SKU PCI ID.

Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
drivers/mtd/spi-nor/intel-spi-pci.c

index a5a5c58..c0976f2 100644 (file)
@@ -66,6 +66,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
        { PCI_VDEVICE(INTEL, 0x18e0), (unsigned long)&bxt_info },
        { PCI_VDEVICE(INTEL, 0x19e0), (unsigned long)&bxt_info },
        { PCI_VDEVICE(INTEL, 0xa1a4), (unsigned long)&bxt_info },
+       { PCI_VDEVICE(INTEL, 0xa224), (unsigned long)&bxt_info },
        { },
 };
 MODULE_DEVICE_TABLE(pci, intel_spi_pci_ids);