summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/systemagent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/denverton_ns/systemagent.c')
-rw-r--r--src/soc/intel/denverton_ns/systemagent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/denverton_ns/systemagent.c b/src/soc/intel/denverton_ns/systemagent.c
index 114ee48d7635..48b48610a3b1 100644
--- a/src/soc/intel/denverton_ns/systemagent.c
+++ b/src/soc/intel/denverton_ns/systemagent.c
@@ -333,8 +333,8 @@ static struct device_operations systemagent_ops = {
/* IDs for System Agent device of Intel Denverton SoC */
static const unsigned short systemagent_ids[] = {
- PCI_DEVICE_ID_INTEL_DENVERTON_SA,
- PCI_DEVICE_ID_INTEL_DENVERTONAD_SA,
+ PCI_DEVICE_ID_INTEL_DNV_SA,
+ PCI_DEVICE_ID_INTEL_DNVAD_SA,
0
};