diff options
Diffstat (limited to 'src/soc/intel/denverton_ns/lpc.c')
-rw-r--r-- | src/soc/intel/denverton_ns/lpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/denverton_ns/lpc.c b/src/soc/intel/denverton_ns/lpc.c index 0fcaeb19fd..50bf49de77 100644 --- a/src/soc/intel/denverton_ns/lpc.c +++ b/src/soc/intel/denverton_ns/lpc.c @@ -535,7 +535,7 @@ static struct device_operations device_ops = { static const struct pci_driver lpc_driver __pci_driver = { .ops = &device_ops, .vendor = PCI_VENDOR_ID_INTEL, - .device = PCI_DEVICE_ID_INTEL_DENVERTON_LPC, + .device = PCI_DEVICE_ID_INTEL_DNV_LPC, }; static void finalize_chipset(void *unused) |