summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/denverton_ns/uart.c')
-rw-r--r--src/soc/intel/denverton_ns/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/denverton_ns/uart.c b/src/soc/intel/denverton_ns/uart.c
index 9d72642fb4cd..f9aa64a0cf26 100644
--- a/src/soc/intel/denverton_ns/uart.c
+++ b/src/soc/intel/denverton_ns/uart.c
@@ -45,7 +45,7 @@ static struct device_operations uart_ops = {
static const struct pci_driver uart_driver __pci_driver = {
.ops = &uart_ops,
.vendor = PCI_VENDOR_ID_INTEL,
- .device = PCI_DEVICE_ID_INTEL_DENVERTON_HSUART
+ .device = PCI_DEVICE_ID_INTEL_DNV_HSUART
};
static void hide_hsuarts(void)