summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/npk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/denverton_ns/npk.c')
-rw-r--r--src/soc/intel/denverton_ns/npk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/denverton_ns/npk.c b/src/soc/intel/denverton_ns/npk.c
index 8fc44c096fff..ea4816ef0509 100644
--- a/src/soc/intel/denverton_ns/npk.c
+++ b/src/soc/intel/denverton_ns/npk.c
@@ -31,5 +31,5 @@ static struct device_operations pmc_ops = {
static const struct pci_driver pch_pmc __pci_driver = {
.ops = &pmc_ops,
.vendor = PCI_VENDOR_ID_INTEL,
- .device = PCI_DEVICE_ID_INTEL_DENVERTON_TRACEHUB,
+ .device = PCI_DEVICE_ID_INTEL_DNV_TRACEHUB,
};