summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/xhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/denverton_ns/xhci.c')
-rw-r--r--src/soc/intel/denverton_ns/xhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/denverton_ns/xhci.c b/src/soc/intel/denverton_ns/xhci.c
index abdeb60dd6e5..5e1e4263a4e0 100644
--- a/src/soc/intel/denverton_ns/xhci.c
+++ b/src/soc/intel/denverton_ns/xhci.c
@@ -32,5 +32,5 @@ static struct device_operations usb_xhci_ops = {
static const struct pci_driver pch_usb_xhci __pci_driver = {
.ops = &usb_xhci_ops,
.vendor = PCI_VENDOR_ID_INTEL,
- .device = PCI_DEVICE_ID_INTEL_DENVERTON_XHCI,
+ .device = PCI_DEVICE_ID_INTEL_DNV_XHCI,
};