summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/common/block/sram/sram.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/sram/sram.c b/src/soc/intel/common/block/sram/sram.c
index 649a6c6cb0..e63f8059eb 100644
--- a/src/soc/intel/common/block/sram/sram.c
+++ b/src/soc/intel/common/block/sram/sram.c
@@ -33,7 +33,8 @@ static const struct device_operations device_ops = {
};
static const unsigned short pci_device_ids[] = {
- PCI_DID_INTEL_PTL_SRAM,
+ PCI_DID_INTEL_PTL_H_SRAM,
+ PCI_DID_INTEL_PTL_U_H_SRAM,
PCI_DID_INTEL_LNL_SRAM,
PCI_DID_INTEL_MTL_SOC_SRAM,
PCI_DID_INTEL_MTL_IOE_M_SRAM,