mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
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>
This commit is contained in:
@@ -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) },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user