]> Git Repo - linux.git/blobdiff - drivers/mfd/intel-lpss-pci.c
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[linux.git] / drivers / mfd / intel-lpss-pci.c
index 699f44ffff0e4bb665ddfe79b7280aa371715918..ae5759200622c463214cad7553396a2ca9888bf1 100644 (file)
@@ -561,6 +561,19 @@ static const struct pci_device_id intel_lpss_pci_ids[] = {
        { PCI_VDEVICE(INTEL, 0xa3e2), (kernel_ulong_t)&spt_i2c_info },
        { PCI_VDEVICE(INTEL, 0xa3e3), (kernel_ulong_t)&spt_i2c_info },
        { PCI_VDEVICE(INTEL, 0xa3e6), (kernel_ulong_t)&spt_uart_info },
+       /* LNL-M */
+       { PCI_VDEVICE(INTEL, 0xa825), (kernel_ulong_t)&bxt_uart_info },
+       { PCI_VDEVICE(INTEL, 0xa826), (kernel_ulong_t)&bxt_uart_info },
+       { PCI_VDEVICE(INTEL, 0xa827), (kernel_ulong_t)&tgl_info },
+       { PCI_VDEVICE(INTEL, 0xa830), (kernel_ulong_t)&tgl_info },
+       { PCI_VDEVICE(INTEL, 0xa846), (kernel_ulong_t)&tgl_info },
+       { PCI_VDEVICE(INTEL, 0xa850), (kernel_ulong_t)&ehl_i2c_info },
+       { PCI_VDEVICE(INTEL, 0xa851), (kernel_ulong_t)&ehl_i2c_info },
+       { PCI_VDEVICE(INTEL, 0xa852), (kernel_ulong_t)&bxt_uart_info },
+       { PCI_VDEVICE(INTEL, 0xa878), (kernel_ulong_t)&ehl_i2c_info },
+       { PCI_VDEVICE(INTEL, 0xa879), (kernel_ulong_t)&ehl_i2c_info },
+       { PCI_VDEVICE(INTEL, 0xa87a), (kernel_ulong_t)&ehl_i2c_info },
+       { PCI_VDEVICE(INTEL, 0xa87b), (kernel_ulong_t)&ehl_i2c_info },
        { }
 };
 MODULE_DEVICE_TABLE(pci, intel_lpss_pci_ids);
This page took 0.0298580000000001 seconds and 4 git commands to generate.