]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
i2c: usbio: Add ACPI device-id for NVL platforms
authorArun T <arun.t@intel.com>
Fri, 10 Apr 2026 08:04:08 +0000 (13:34 +0530)
committerAndi Shyti <andi.shyti@kernel.org>
Fri, 10 Apr 2026 21:08:42 +0000 (23:08 +0200)
Add device IDs of Nova Lake into i2c-usbio support list

Signed-off-by: Arun T <arun.t@intel.com>
Reviewed-by: Vadillo Miguel <miguel.vadillo@intel.com>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20260410080408.562311-1-arun.t@intel.com
drivers/i2c/busses/i2c-usbio.c

index e7799abf67877906c7787235bddb28ac23168077..259754e5fd05b291738e4e27aab7c8ee05c1d152 100644 (file)
@@ -29,6 +29,7 @@ static const struct acpi_device_id usbio_i2c_acpi_hids[] = {
        { "INTC10B6" }, /* LNL */
        { "INTC10D2" }, /* MTL-CVF */
        { "INTC10E3" }, /* PTL */
+       { "INTC1118" }, /* NVL */
        { }
 };