mirror of
https://github.com/torvalds/linux.git
synced 2026-09-18 16:48:03 +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:
parent
73ebbc5cf0
commit
a8fec4b13d
|
|
@ -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) },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user