]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mtd: spi-nor: intel-spi: Add support for Intel Cedar Fork SPI serial flash
authorMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 21 Sep 2017 13:19:46 +0000 (16:19 +0300)
committerCyrille Pitchen <cyrille.pitchen@wedev4u.fr>
Tue, 10 Oct 2017 16:56:40 +0000 (18:56 +0200)
Intel Cedar Fork has the same SPI serial flash controller than Intel
Denverton. Add the Intel Cedar Fork PCI ID to the driver list of
supported devices.

Signed-off-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 7fa5b81b0d882ea66fbe04623e45198ffbded729..a5a5c5897aadbc5c332ceb4ac0050f1cd246496a 100644 (file)
@@ -63,6 +63,7 @@ static void intel_spi_pci_remove(struct pci_dev *pdev)
 }
 
 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 },
        { },