summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/device/pci_ids.h6
-rw-r--r--src/soc/intel/common/block/cse/cse.c3
2 files changed, 4 insertions, 5 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 716f386830..445658f63b 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -4679,10 +4679,8 @@
#define PCI_DID_INTEL_RPP_S_CSE3 0x7a6d
#define PCI_DID_INTEL_MTL_CSE0 0x7e70
#define PCI_DID_INTEL_LNL_CSE0 0xa870
-#define PCI_DID_INTEL_PTL_CSE0 0xe470
-#define PCI_DID_INTEL_PTL_CSE1 0xe471
-#define PCI_DID_INTEL_PTL_CSE2 0xe474
-#define PCI_DID_INTEL_PTL_CSE3 0xe475
+#define PCI_DID_INTEL_PTL_H_CSE0 0xe470
+#define PCI_DID_INTEL_PTL_U_H_CSE0 0xe370
/* Intel XDCI device Ids */
#define PCI_DID_INTEL_APL_XDCI 0x5aaa
diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c
index ed07f69283..6389044428 100644
--- a/src/soc/intel/common/block/cse/cse.c
+++ b/src/soc/intel/common/block/cse/cse.c
@@ -1479,7 +1479,8 @@ struct device_operations cse_ops = {
};
static const unsigned short pci_device_ids[] = {
- PCI_DID_INTEL_PTL_CSE0,
+ PCI_DID_INTEL_PTL_H_CSE0,
+ PCI_DID_INTEL_PTL_U_H_CSE0,
PCI_DID_INTEL_LNL_CSE0,
PCI_DID_INTEL_MTL_CSE0,
PCI_DID_INTEL_APL_CSE0,