* [PATCH] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-S I3C
@ 2025-11-06 17:15 Adrian Hunter
2025-11-06 17:41 ` Frank Li
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Hunter @ 2025-11-06 17:15 UTC (permalink / raw)
To: alexandre.belloni; +Cc: Frank.Li, linux-i3c
From: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Add I3C controller PCI IDs on Intel Nova Lake-S.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
---
drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c b/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
index 08e6cbdf89ce..dd4484eff2f0 100644
--- a/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
+++ b/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
@@ -133,6 +133,9 @@ static const struct pci_device_id mipi_i3c_hci_pci_devices[] = {
/* Panther Lake-P */
{ PCI_VDEVICE(INTEL, 0xe47c), (kernel_ulong_t)&intel_info},
{ PCI_VDEVICE(INTEL, 0xe46f), (kernel_ulong_t)&intel_info},
+ /* Nova Lake-S */
+ { PCI_VDEVICE(INTEL, 0x6e2c), (kernel_ulong_t)&intel_info},
+ { PCI_VDEVICE(INTEL, 0x6e2d), (kernel_ulong_t)&intel_info},
{ },
};
MODULE_DEVICE_TABLE(pci, mipi_i3c_hci_pci_devices);
--
2.48.1
--
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-S I3C
2025-11-06 17:15 [PATCH] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-S I3C Adrian Hunter
@ 2025-11-06 17:41 ` Frank Li
0 siblings, 0 replies; 2+ messages in thread
From: Frank Li @ 2025-11-06 17:41 UTC (permalink / raw)
To: Adrian Hunter; +Cc: alexandre.belloni, linux-i3c
On Thu, Nov 06, 2025 at 07:15:07PM +0200, Adrian Hunter wrote:
> From: Jarkko Nikula <jarkko.nikula@linux.intel.com>
>
> Add I3C controller PCI IDs on Intel Nova Lake-S.
nit: s/on/for ?
Reviewed-by: Frank Li <Frank.Li@nxp.com>
>
> Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
> Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
> ---
> drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c b/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
> index 08e6cbdf89ce..dd4484eff2f0 100644
> --- a/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
> +++ b/drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
> @@ -133,6 +133,9 @@ static const struct pci_device_id mipi_i3c_hci_pci_devices[] = {
> /* Panther Lake-P */
> { PCI_VDEVICE(INTEL, 0xe47c), (kernel_ulong_t)&intel_info},
> { PCI_VDEVICE(INTEL, 0xe46f), (kernel_ulong_t)&intel_info},
> + /* Nova Lake-S */
> + { PCI_VDEVICE(INTEL, 0x6e2c), (kernel_ulong_t)&intel_info},
> + { PCI_VDEVICE(INTEL, 0x6e2d), (kernel_ulong_t)&intel_info},
> { },
> };
> MODULE_DEVICE_TABLE(pci, mipi_i3c_hci_pci_devices);
> --
> 2.48.1
>
>
> --
> linux-i3c mailing list
> linux-i3c@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-i3c
--
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-06 17:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06 17:15 [PATCH] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-S I3C Adrian Hunter
2025-11-06 17:41 ` Frank Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).