summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Westerberg2019-04-16 11:11:10 +0200
committerTudor Ambarus2019-05-06 10:18:02 +0200
commite43f53c22a937d024f070907d02539e413f20c15 (patch)
treeb7460db4d9a1fc9c50ed128a950ed9ddaf43fd8a
parentspi-nor: s25fl512s supports region locking (diff)
downloadkernel-qcow2-linux-e43f53c22a937d024f070907d02539e413f20c15.tar.gz
kernel-qcow2-linux-e43f53c22a937d024f070907d02539e413f20c15.tar.xz
kernel-qcow2-linux-e43f53c22a937d024f070907d02539e413f20c15.zip
spi-nor: intel-spi: Add support for Intel Comet Lake SPI serial flash
Intel Comet Lake has the same SPI serial flash controller as Ice Lake. Add Comet Lake PCI ID to the driver list of supported devices. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
-rw-r--r--drivers/mtd/spi-nor/intel-spi-pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi-nor/intel-spi-pci.c b/drivers/mtd/spi-nor/intel-spi-pci.c
index 872b40922608..bfbfc17ed6aa 100644
--- a/drivers/mtd/spi-nor/intel-spi-pci.c
+++ b/drivers/mtd/spi-nor/intel-spi-pci.c
@@ -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, 0x02a4), (unsigned long)&bxt_info },
{ PCI_VDEVICE(INTEL, 0x18e0), (unsigned long)&bxt_info },
{ PCI_VDEVICE(INTEL, 0x19e0), (unsigned long)&bxt_info },
{ PCI_VDEVICE(INTEL, 0x34a4), (unsigned long)&bxt_info },