summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/common/block/pmc/pmc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/pmc/pmc.c b/src/soc/intel/common/block/pmc/pmc.c
index bc70b1ac43..ca1c4b02bb 100644
--- a/src/soc/intel/common/block/pmc/pmc.c
+++ b/src/soc/intel/common/block/pmc/pmc.c
@@ -111,7 +111,8 @@ struct device_operations pmc_ops = {
};
static const unsigned short pci_device_ids[] = {
- PCI_DID_INTEL_PTL_PMC,
+ PCI_DID_INTEL_PTL_H_PMC,
+ PCI_DID_INTEL_PTL_U_H_PMC,
PCI_DID_INTEL_LNL_PMC,
PCI_DID_INTEL_MTL_SOC_PMC,
PCI_DID_INTEL_MTL_IOE_M_PMC,