aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/drivers/intel/ish/ish.c1
-rw-r--r--src/include/device/pci_ids.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/intel/ish/ish.c b/src/drivers/intel/ish/ish.c
index bc1b6fa3c3..f506a7c4de 100644
--- a/src/drivers/intel/ish/ish.c
+++ b/src/drivers/intel/ish/ish.c
@@ -66,6 +66,7 @@ static const struct device_operations pci_ish_device_ops = {
static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_CNL_ISHB,
+ PCI_DEVICE_ID_INTEL_CML_ISHB,
0
};
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 3ac6560cfc..2501640261 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2102,6 +2102,7 @@
#define PCI_DEVICE_ID_INTEL_82437VX 0x7030
#define PCI_DEVICE_ID_INTEL_82439TX 0x7100
#define PCI_DEVICE_ID_INTEL_CNL_ISHB 0x9dfc
+#define PCI_DEVICE_ID_INTEL_CML_ISHB 0x02fc
/* Intel 82371FB (PIIX) */
#define PCI_DEVICE_ID_INTEL_82371FB_ISA 0x122e