]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
pwm: lpss: pci: Add support for Broxton platform
authorQipeng Zha <qipeng.zha@intel.com>
Thu, 12 Mar 2015 14:28:28 +0000 (22:28 +0800)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 12 Jun 2015 10:46:50 +0000 (12:46 +0200)
Add PCI device IDs for Broxton platform.

Signed-off-by: Qipeng Zha <qipeng.zha@intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-lpss-pci.c

index cf20d2beacdde44f74ff156360ab979419062741..45042c1b20463eeb1750c166731992d17a75caf6 100644 (file)
@@ -44,8 +44,10 @@ static void pwm_lpss_remove_pci(struct pci_dev *pdev)
 }
 
 static const struct pci_device_id pwm_lpss_pci_ids[] = {
+       { PCI_VDEVICE(INTEL, 0x0ac8), (unsigned long)&pwm_lpss_bsw_info},
        { PCI_VDEVICE(INTEL, 0x0f08), (unsigned long)&pwm_lpss_byt_info},
        { PCI_VDEVICE(INTEL, 0x0f09), (unsigned long)&pwm_lpss_byt_info},
+       { PCI_VDEVICE(INTEL, 0x1ac8), (unsigned long)&pwm_lpss_bsw_info},
        { PCI_VDEVICE(INTEL, 0x2288), (unsigned long)&pwm_lpss_bsw_info},
        { PCI_VDEVICE(INTEL, 0x2289), (unsigned long)&pwm_lpss_bsw_info},
        { },