mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 15:43:08 -04:00
media: pci: ipu-bridge: Add NVL CVS ACPI ID
Add INTC10FA to the IPU bridge ACPI match table so the bridge can recognize NVL CVS devices. This enables the camera bridge path to bind on NVL platforms where the CVS device is exposed through the INTC10FA ACPI ID. Signed-off-by: Arun T <arun.t@intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
This commit is contained in:
@@ -212,6 +212,7 @@ static const struct acpi_device_id ivsc_acpi_ids[] = {
|
||||
{ "INTC10DE" }, /* LNL */
|
||||
{ "INTC10E0" }, /* ARL */
|
||||
{ "INTC10E1" }, /* PTL */
|
||||
{ "INTC10FA" }, /* NVL */
|
||||
};
|
||||
|
||||
static struct acpi_device *ipu_bridge_get_ivsc_acpi_dev(struct acpi_device *adev)
|
||||
|
||||
Reference in New Issue
Block a user