diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/device/pci_ids.h | 2 | ||||
-rw-r--r-- | src/soc/intel/common/block/tracehub/tracehub.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index b721bb4df6..481bf20eef 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4902,6 +4902,8 @@ /* Intel Trace Hub */ #define PCI_DID_INTEL_MTL_TRACEHUB 0x7e24 #define PCI_DID_INTEL_RPL_TRACEHUB 0xa76f +#define PCI_DID_INTEL_PTL_H_TRACEHUB 0xe424 +#define PCI_DID_INTEL_PTL_U_H_TRACEHUB 0xe324 /* Intel Ethernet Controller device Ids */ #define PCI_DID_INTEL_EHL_GBE_HOST 0x4B32 diff --git a/src/soc/intel/common/block/tracehub/tracehub.c b/src/soc/intel/common/block/tracehub/tracehub.c index 480e9efe0f..ba56c4c6fc 100644 --- a/src/soc/intel/common/block/tracehub/tracehub.c +++ b/src/soc/intel/common/block/tracehub/tracehub.c @@ -42,6 +42,8 @@ static struct device_operations dev_ops = { }; static const unsigned short pci_device_ids[] = { + PCI_DID_INTEL_PTL_H_TRACEHUB, + PCI_DID_INTEL_PTL_U_H_TRACEHUB, PCI_DID_INTEL_MTL_TRACEHUB, PCI_DID_INTEL_RPL_TRACEHUB, 0 |