diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2015-10-20 16:53:07 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2015-11-06 14:26:29 +0100 |
commit | 03f00e5311d5d0d3ac716121865cb967259980ca (patch) | |
tree | cf69f14e8c9576d4ba21a63b28e0b93315994f26 /drivers/pwm/pwm-lpss-pci.c | |
parent | 87219cb47e5ccfb932177e960c495d475bc16add (diff) | |
download | linux-03f00e5311d5d0d3ac716121865cb967259980ca.tar.gz linux-03f00e5311d5d0d3ac716121865cb967259980ca.tar.xz |
pwm: lpss: Add more Intel Broxton IDs
Add more Intel Broxton ACPI and PCI IDs to the driver supported devices
list.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/pwm-lpss-pci.c')
-rw-r--r-- | drivers/pwm/pwm-lpss-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pwm/pwm-lpss-pci.c b/drivers/pwm/pwm-lpss-pci.c index 6432a0b97701..c15bc6d00f1a 100644 --- a/drivers/pwm/pwm-lpss-pci.c +++ b/drivers/pwm/pwm-lpss-pci.c @@ -50,6 +50,7 @@ static const struct pci_device_id pwm_lpss_pci_ids[] = { { PCI_VDEVICE(INTEL, 0x1ac8), (unsigned long)&pwm_lpss_bxt_info}, { PCI_VDEVICE(INTEL, 0x2288), (unsigned long)&pwm_lpss_bsw_info}, { PCI_VDEVICE(INTEL, 0x2289), (unsigned long)&pwm_lpss_bsw_info}, + { PCI_VDEVICE(INTEL, 0x5ac8), (unsigned long)&pwm_lpss_bxt_info}, { }, }; MODULE_DEVICE_TABLE(pci, pwm_lpss_pci_ids); |