* [PATCH 3/4] media: i2c: cvs: Add IPU8 PCI device ID
@ 2026-07-02 13:22 Arun T
2026-07-02 13:22 ` [PATCH 4/4] media: i2c: cvs: Add NVL ACPI ID Arun T
0 siblings, 1 reply; 2+ messages in thread
From: Arun T @ 2026-07-02 13:22 UTC (permalink / raw)
To: Miguel Vadillo
Cc: Mauro Carvalho Chehab, Sakari Ailus, linux-media, linux-kernel,
Mehdi Djait
Add the NVL IPU8 PCI device ID to the CVS driver match table so the
CVS driver can bind to IPU8 camera hardware.
Signed-off-by: Arun T <arun.t@intel.com>
---
drivers/media/i2c/cvs/core.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/i2c/cvs/core.c b/drivers/media/i2c/cvs/core.c
index 4282f33c7295..8270d93f1abe 100644
--- a/drivers/media/i2c/cvs/core.c
+++ b/drivers/media/i2c/cvs/core.c
@@ -32,6 +32,7 @@
#define PCI_DEVICE_ID_INTEL_IPU7 0x645d /* MTL / LNL */
#define PCI_DEVICE_ID_INTEL_IPU7P5 0xb05d /* ARL / PTL */
+#define PCI_DEVICE_ID_INTEL_IPU8 0xd719 /* NVL */
/*
* IPU7 PCI device IDs not covered by ipu6_pci_tbl in ipu6-pci-table.h.
@@ -40,6 +41,7 @@
static const struct pci_device_id icvs_ipu7_tbl[] = {
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IPU7) },
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IPU7P5) },
+ { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IPU8) },
{ }
};
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH 4/4] media: i2c: cvs: Add NVL ACPI ID
2026-07-02 13:22 [PATCH 3/4] media: i2c: cvs: Add IPU8 PCI device ID Arun T
@ 2026-07-02 13:22 ` Arun T
0 siblings, 0 replies; 2+ messages in thread
From: Arun T @ 2026-07-02 13:22 UTC (permalink / raw)
To: Miguel Vadillo
Cc: Mauro Carvalho Chehab, Sakari Ailus, linux-media, linux-kernel,
Mehdi Djait
Add INTC10FA to the CVS ACPI match table so the driver can bind to
CVS devices exposed on NVL platforms.
Signed-off-by: Arun T <arun.t@intel.com>
---
drivers/media/i2c/cvs/core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/i2c/cvs/core.c b/drivers/media/i2c/cvs/core.c
index 8270d93f1abe..7486815b16bd 100644
--- a/drivers/media/i2c/cvs/core.c
+++ b/drivers/media/i2c/cvs/core.c
@@ -965,6 +965,7 @@ static const struct acpi_device_id intel_cvs_acpi_match[] = {
{ "INTC10DE" }, /* LNL */
{ "INTC10E0" }, /* ARL */
{ "INTC10E1" }, /* PTL */
+ { "INTC10FA" }, /* NVL */
{ }
};
MODULE_DEVICE_TABLE(acpi, intel_cvs_acpi_match);
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-02 13:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-02 13:22 [PATCH 3/4] media: i2c: cvs: Add IPU8 PCI device ID Arun T
2026-07-02 13:22 ` [PATCH 4/4] media: i2c: cvs: Add NVL ACPI ID Arun T
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox