mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
media: i2c: cvs: Add NVL ACPI ID
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> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
This commit is contained in:
parent
a8fec4b13d
commit
4ececf7d42
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user