summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun T <arun.t@intel.com>2026-07-04 22:48:54 +0530
committerSakari Ailus <sakari.ailus@linux.intel.com>2026-07-08 13:46:49 +0300
commita8fec4b13dd50bd2abbfa549b02684970b200a2b (patch)
treec69b2e8d2a63a2e855e2f0cd898f1354804b2372
parent73ebbc5cf0a06783150d3fbf03fabce7b1e0ab58 (diff)
downloadlinux-a8fec4b13dd50bd2abbfa549b02684970b200a2b.tar.gz
linux-a8fec4b13dd50bd2abbfa549b02684970b200a2b.zip
media: i2c: cvs: Add IPU8 PCI device ID
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> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
-rw-r--r--drivers/media/i2c/cvs/core.c2
1 files changed, 2 insertions, 0 deletions
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) },
{ }
};