Skip to content

Commit dd047dc

Browse files
andy-shevLee Jones
authored andcommitted
mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
Intel Comet Lake PCH-H has the same LPSS than Intel Cannon Lake. Add the new IDs to the list of supported devices. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Lee Jones <[email protected]>
1 parent 22fb3ad commit dd047dc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

drivers/mfd/intel-lpss-pci.c

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ static const struct intel_lpss_platform_info cnl_i2c_info = {
140140
};
141141

142142
static const struct pci_device_id intel_lpss_pci_ids[] = {
143-
/* CML */
143+
/* CML-LP */
144144
{ PCI_VDEVICE(INTEL, 0x02a8), (kernel_ulong_t)&spt_uart_info },
145145
{ PCI_VDEVICE(INTEL, 0x02a9), (kernel_ulong_t)&spt_uart_info },
146146
{ PCI_VDEVICE(INTEL, 0x02aa), (kernel_ulong_t)&spt_info },
@@ -153,6 +153,17 @@ static const struct pci_device_id intel_lpss_pci_ids[] = {
153153
{ PCI_VDEVICE(INTEL, 0x02ea), (kernel_ulong_t)&cnl_i2c_info },
154154
{ PCI_VDEVICE(INTEL, 0x02eb), (kernel_ulong_t)&cnl_i2c_info },
155155
{ PCI_VDEVICE(INTEL, 0x02fb), (kernel_ulong_t)&spt_info },
156+
/* CML-H */
157+
{ PCI_VDEVICE(INTEL, 0x06a8), (kernel_ulong_t)&spt_uart_info },
158+
{ PCI_VDEVICE(INTEL, 0x06a9), (kernel_ulong_t)&spt_uart_info },
159+
{ PCI_VDEVICE(INTEL, 0x06aa), (kernel_ulong_t)&spt_info },
160+
{ PCI_VDEVICE(INTEL, 0x06ab), (kernel_ulong_t)&spt_info },
161+
{ PCI_VDEVICE(INTEL, 0x06c7), (kernel_ulong_t)&spt_uart_info },
162+
{ PCI_VDEVICE(INTEL, 0x06e8), (kernel_ulong_t)&cnl_i2c_info },
163+
{ PCI_VDEVICE(INTEL, 0x06e9), (kernel_ulong_t)&cnl_i2c_info },
164+
{ PCI_VDEVICE(INTEL, 0x06ea), (kernel_ulong_t)&cnl_i2c_info },
165+
{ PCI_VDEVICE(INTEL, 0x06eb), (kernel_ulong_t)&cnl_i2c_info },
166+
{ PCI_VDEVICE(INTEL, 0x06fb), (kernel_ulong_t)&spt_info },
156167
/* BXT A-Step */
157168
{ PCI_VDEVICE(INTEL, 0x0aac), (kernel_ulong_t)&bxt_i2c_info },
158169
{ PCI_VDEVICE(INTEL, 0x0aae), (kernel_ulong_t)&bxt_i2c_info },

0 commit comments

Comments
 (0)