25000000
};
+/* Braswell */
+static const struct pwm_lpss_boardinfo bsw_info = {
+ 19200000
+};
+
static inline struct pwm_lpss_chip *to_lpwm(struct pwm_chip *chip)
{
return container_of(chip, struct pwm_lpss_chip, chip);
static struct pci_device_id pwm_lpss_pci_ids[] = {
{ PCI_VDEVICE(INTEL, 0x0f08), (unsigned long)&byt_info},
{ PCI_VDEVICE(INTEL, 0x0f09), (unsigned long)&byt_info},
+ { PCI_VDEVICE(INTEL, 0x2288), (unsigned long)&bsw_info},
+ { PCI_VDEVICE(INTEL, 0x2289), (unsigned long)&bsw_info},
{ },
};
MODULE_DEVICE_TABLE(pci, pwm_lpss_pci_ids);
static const struct acpi_device_id pwm_lpss_acpi_match[] = {
{ "80860F09", (unsigned long)&byt_info },
+ { "80862288", (unsigned long)&bsw_info },
{ },
};
MODULE_DEVICE_TABLE(acpi, pwm_lpss_acpi_match);