diff options
Diffstat (limited to 'src/soc/intel/common/block')
-rw-r--r-- | src/soc/intel/common/block/systemagent/systemagent.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index b2ae3cd0cd..48dbbf1508 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -413,7 +413,9 @@ struct device_operations systemagent_ops = { }; static const unsigned short systemagent_ids[] = { - PCI_DID_INTEL_PTL_ID, + PCI_DID_INTEL_PTL_U_ID_1, + PCI_DID_INTEL_PTL_H_ID_1, + PCI_DID_INTEL_PTL_H_ID_2, PCI_DID_INTEL_LNL_M_ID, PCI_DID_INTEL_LNL_M_ID_1, PCI_DID_INTEL_MTL_M_ID, |