diff options
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/block/tracehub/tracehub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/tracehub/tracehub.c b/src/soc/intel/common/block/tracehub/tracehub.c index 4faa9ebc91..480e9efe0f 100644 --- a/src/soc/intel/common/block/tracehub/tracehub.c +++ b/src/soc/intel/common/block/tracehub/tracehub.c @@ -43,6 +43,7 @@ static struct device_operations dev_ops = { static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_MTL_TRACEHUB, + PCI_DID_INTEL_RPL_TRACEHUB, 0 }; |