diff --git a/drivers/gpio/nm10_gpio.c b/drivers/gpio/nm10_gpio.c index 870d2e75fe7352..210247f8bb700e 100644 --- a/drivers/gpio/nm10_gpio.c +++ b/drivers/gpio/nm10_gpio.c @@ -389,6 +389,8 @@ static struct pci_device_id nm10_gpio_ids[] = { PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_C206)}, {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_H61)}, + {PCI_DEVICE(PCI_VENDOR_ID_INTEL, + PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_C216)}, {0,} }; diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 1b8ccebbef000f..e62c0f5a5836fc 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2555,6 +2555,7 @@ #define PCI_DEVICE_ID_INTEL_PATSBURG_LPC_1 0x1d41 #define PCI_DEVICE_ID_INTEL_PANTHERPOINT_XHCI 0x1e31 #define PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MIN 0x1e40 +#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_C216 0x1e55 #define PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MAX 0x1e5f #define PCI_DEVICE_ID_INTEL_DH89XXCC_LPC_MIN 0x2310 #define PCI_DEVICE_ID_INTEL_DH89XXCC_LPC_MAX 0x231f