pwm: lpss: Add more Intel Broxton IDs
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 20 Oct 2015 13:53:07 +0000 (16:53 +0300)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 6 Nov 2015 13:26:29 +0000 (14:26 +0100)
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>
drivers/pwm/pwm-lpss-pci.c
drivers/pwm/pwm-lpss-platform.c

index 6432a0b97701c75e2df77a358145b7729d73ba52..c15bc6d00f1aef323375584dd8f75ac0f0dbc57e 100644 (file)
@@ -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);
index 18a9c880a76d73f8651f6b80a313211bafb93da4..a914aacf6757d071df0887c093c7a56458ec0fb1 100644 (file)
@@ -49,6 +49,7 @@ static int pwm_lpss_remove_platform(struct platform_device *pdev)
 static const struct acpi_device_id pwm_lpss_acpi_match[] = {
        { "80860F09", (unsigned long)&pwm_lpss_byt_info },
        { "80862288", (unsigned long)&pwm_lpss_bsw_info },
+       { "80865AC8", (unsigned long)&pwm_lpss_bxt_info },
        { },
 };
 MODULE_DEVICE_TABLE(acpi, pwm_lpss_acpi_match);
This page took 0.029577 seconds and 5 git commands to generate.