summaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/common/block/usb4/xhci.c3
-rw-r--r--src/soc/intel/common/block/xhci/xhci.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/usb4/xhci.c b/src/soc/intel/common/block/usb4/xhci.c
index 4e1a2a8815..8776e4d840 100644
--- a/src/soc/intel/common/block/usb4/xhci.c
+++ b/src/soc/intel/common/block/usb4/xhci.c
@@ -26,7 +26,8 @@ static struct device_operations usb4_xhci_ops = {
};
static const unsigned short pci_device_ids[] = {
- PCI_DID_INTEL_PTL_TCSS_XHCI,
+ PCI_DID_INTEL_PTL_H_TCSS_XHCI,
+ PCI_DID_INTEL_PTL_U_H_TCSS_XHCI,
PCI_DID_INTEL_LNL_TCSS_XHCI,
PCI_DID_INTEL_RPP_P_TCSS_XHCI,
PCI_DID_INTEL_MTL_M_TCSS_XHCI,
diff --git a/src/soc/intel/common/block/xhci/xhci.c b/src/soc/intel/common/block/xhci/xhci.c
index dd4e5de849..c1f300a2a4 100644
--- a/src/soc/intel/common/block/xhci/xhci.c
+++ b/src/soc/intel/common/block/xhci/xhci.c
@@ -131,7 +131,8 @@ struct device_operations usb_xhci_ops = {
};
static const unsigned short pci_device_ids[] = {
- PCI_DID_INTEL_PTL_XHCI,
+ PCI_DID_INTEL_PTL_H_XHCI,
+ PCI_DID_INTEL_PTL_U_H_XHCI,
PCI_DID_INTEL_LNL_XHCI,
PCI_DID_INTEL_MTL_XHCI,
PCI_DID_INTEL_APL_XHCI,