diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c index 251483d18d..12f29b567b 100644 --- a/src/soc/intel/common/block/graphics/graphics.c +++ b/src/soc/intel/common/block/graphics/graphics.c @@ -435,6 +435,7 @@ static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_CML_GT2_H_R1, PCI_DID_INTEL_TGL_GT0, PCI_DID_INTEL_TGL_GT1_H_32, + PCI_DID_INTEL_TGL_GT1_H_32_1, PCI_DID_INTEL_TGL_GT1_H_16, PCI_DID_INTEL_TGL_GT2_ULT, PCI_DID_INTEL_TGL_GT2_ULX,