diff options
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-04-30 12:56:26 -0400 |
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2019-05-14 03:13:27 -0400 |
| commit | dd6629073a97e5ee125eacbd22eea62281891c67 (patch) | |
| tree | 21add36d301721cadba9e42716de6b956c95cece | |
| parent | c273e63129b1ee754ecd9f2b85cc1446a7b1816e (diff) | |
mfd: intel-lpss: Add Intel Comet Lake PCI IDs
Intel Comet Lake has the same LPSS than Intel Cannon Lake.
Add the new IDs to the list of supported devices.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Tested-by: Evan Green <evgreen@chromium.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
| -rw-r--r-- | drivers/mfd/intel-lpss-pci.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c index cba2eb166650..6b111be944d9 100644 --- a/drivers/mfd/intel-lpss-pci.c +++ b/drivers/mfd/intel-lpss-pci.c | |||
| @@ -129,6 +129,19 @@ static const struct intel_lpss_platform_info cnl_i2c_info = { | |||
| 129 | }; | 129 | }; |
| 130 | 130 | ||
| 131 | static const struct pci_device_id intel_lpss_pci_ids[] = { | 131 | static const struct pci_device_id intel_lpss_pci_ids[] = { |
| 132 | /* CML */ | ||
| 133 | { PCI_VDEVICE(INTEL, 0x02a8), (kernel_ulong_t)&spt_uart_info }, | ||
| 134 | { PCI_VDEVICE(INTEL, 0x02a9), (kernel_ulong_t)&spt_uart_info }, | ||
| 135 | { PCI_VDEVICE(INTEL, 0x02aa), (kernel_ulong_t)&spt_info }, | ||
| 136 | { PCI_VDEVICE(INTEL, 0x02ab), (kernel_ulong_t)&spt_info }, | ||
| 137 | { PCI_VDEVICE(INTEL, 0x02c5), (kernel_ulong_t)&cnl_i2c_info }, | ||
| 138 | { PCI_VDEVICE(INTEL, 0x02c6), (kernel_ulong_t)&cnl_i2c_info }, | ||
| 139 | { PCI_VDEVICE(INTEL, 0x02c7), (kernel_ulong_t)&spt_uart_info }, | ||
| 140 | { PCI_VDEVICE(INTEL, 0x02e8), (kernel_ulong_t)&cnl_i2c_info }, | ||
| 141 | { PCI_VDEVICE(INTEL, 0x02e9), (kernel_ulong_t)&cnl_i2c_info }, | ||
| 142 | { PCI_VDEVICE(INTEL, 0x02ea), (kernel_ulong_t)&cnl_i2c_info }, | ||
| 143 | { PCI_VDEVICE(INTEL, 0x02eb), (kernel_ulong_t)&cnl_i2c_info }, | ||
| 144 | { PCI_VDEVICE(INTEL, 0x02fb), (kernel_ulong_t)&spt_info }, | ||
| 132 | /* BXT A-Step */ | 145 | /* BXT A-Step */ |
| 133 | { PCI_VDEVICE(INTEL, 0x0aac), (kernel_ulong_t)&bxt_i2c_info }, | 146 | { PCI_VDEVICE(INTEL, 0x0aac), (kernel_ulong_t)&bxt_i2c_info }, |
| 134 | { PCI_VDEVICE(INTEL, 0x0aae), (kernel_ulong_t)&bxt_i2c_info }, | 147 | { PCI_VDEVICE(INTEL, 0x0aae), (kernel_ulong_t)&bxt_i2c_info }, |
