2023-10-02 10:16:50

by Jarkko Nikula

[permalink] [raw]
Subject: [PATCH] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs

Add Intel Lunar Lake-M SoC PCI IDs.

Signed-off-by: Jarkko Nikula <[email protected]>
---
drivers/mfd/intel-lpss-pci.c | 13 +++++++++++++
1 file changed, 13 insertions(+)

diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c
index 699f44ffff0e..ae5759200622 100644
--- a/drivers/mfd/intel-lpss-pci.c
+++ b/drivers/mfd/intel-lpss-pci.c
@@ -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);
--
2.40.1


2023-10-05 16:07:48

by Lee Jones

[permalink] [raw]
Subject: Re: [PATCH] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs

On Mon, 02 Oct 2023 11:33:44 +0300, Jarkko Nikula wrote:
> Add Intel Lunar Lake-M SoC PCI IDs.
>
>

Applied, thanks!

[1/1] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
commit: ae1fbe1b021a3075020856b2717fd971a72f9429

--
Lee Jones [李琼斯]

2023-10-05 16:42:32

by Lee Jones

[permalink] [raw]
Subject: Re: (subset) [PATCH] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs

On Mon, 02 Oct 2023 11:33:44 +0300, Jarkko Nikula wrote:
> Add Intel Lunar Lake-M SoC PCI IDs.
>
>

Applied, thanks!

[1/1] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
commit: ae1fbe1b021a3075020856b2717fd971a72f9429

--
Lee Jones [李琼斯]