aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/device/pci_ids.h1
-rw-r--r--src/soc/intel/common/block/ipu/ipu.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 9ef6f0a3b7..a7f0fecae5 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -3967,6 +3967,7 @@
#define PCI_DEVICE_ID_INTEL_TGL_IPU 0x9a19
#define PCI_DEVICE_ID_INTEL_JSL_IPU 0x4e19
+#define PCI_DEVICE_ID_INTEL_ADL_IPU 0x465d
/* Intel Dynamic Tuning Technology Device */
#define PCI_DEVICE_ID_INTEL_CML_DTT 0x1903
diff --git a/src/soc/intel/common/block/ipu/ipu.c b/src/soc/intel/common/block/ipu/ipu.c
index f7b01aa067..844d88ec19 100644
--- a/src/soc/intel/common/block/ipu/ipu.c
+++ b/src/soc/intel/common/block/ipu/ipu.c
@@ -14,6 +14,8 @@ struct device_operations ipu_pci_ops = {
static const uint16_t pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_TGL_IPU,
PCI_DEVICE_ID_INTEL_JSL_IPU,
+ PCI_DEVICE_ID_INTEL_ADL_IPU,
+ 0
};
static const struct pci_driver intel_ipu __pci_driver = {