aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/graphics')
-rw-r--r--src/soc/intel/common/block/graphics/graphics.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c
index 98730590e1..6c1436a281 100644
--- a/src/soc/intel/common/block/graphics/graphics.c
+++ b/src/soc/intel/common/block/graphics/graphics.c
@@ -220,6 +220,12 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_TGL_GT2_ULX,
PCI_DEVICE_ID_INTEL_TGL_GT3_ULT,
PCI_DEVICE_ID_INTEL_JSL_PRE_PROD_GT0,
+ PCI_DEVICE_ID_INTEL_EHL_GT1_1,
+ PCI_DEVICE_ID_INTEL_EHL_GT2_1,
+ PCI_DEVICE_ID_INTEL_EHL_GT1_2,
+ PCI_DEVICE_ID_INTEL_EHL_GT2_2,
+ PCI_DEVICE_ID_INTEL_EHL_GT1_3,
+ PCI_DEVICE_ID_INTEL_EHL_GT2_3,
0,
};