summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorDavid Cohen2012-12-19 02:52:12 +0100
committerGrant Likely2013-02-05 14:33:30 +0100
commit936cb1b12519c73373e461df6e106c460396941c (patch)
tree58ae294a3f8cb0a40a8b13bb9580bcdb6a25ae8c /drivers/gpio
parentgpio/lynxpoint: add chipset gpio driver. (diff)
downloadkernel-qcow2-linux-936cb1b12519c73373e461df6e106c460396941c.tar.gz
kernel-qcow2-linux-936cb1b12519c73373e461df6e106c460396941c.tar.xz
kernel-qcow2-linux-936cb1b12519c73373e461df6e106c460396941c.zip
gpio/langwell: Add Cloverview ids to pci device table
Adds support for new Cloverview hardware. Signed-off-by: David Cohen <david.a.cohen@intel.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-langwell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-langwell.c b/drivers/gpio/gpio-langwell.c
index e77b2b3e94af..a53ad08974cb 100644
--- a/drivers/gpio/gpio-langwell.c
+++ b/drivers/gpio/gpio-langwell.c
@@ -234,6 +234,8 @@ static DEFINE_PCI_DEVICE_TABLE(lnw_gpio_ids) = { /* pin number */
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x080f), .driver_data = 64 },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081f), .driver_data = 96 },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081a), .driver_data = 96 },
+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x08eb), .driver_data = 96 },
+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x08f7), .driver_data = 96 },
{ 0, }
};
MODULE_DEVICE_TABLE(pci, lnw_gpio_ids);