]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
gpio: usbio: Add ACPI device-id for NVL platforms
authorArun T <arun.t@intel.com>
Fri, 10 Apr 2026 14:08:58 +0000 (19:38 +0530)
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Thu, 23 Apr 2026 07:52:15 +0000 (09:52 +0200)
Add device IDs of Nova Lake into gpio-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>
Link: https://patch.msgid.link/20260410140858.585609-2-arun.t@intel.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
drivers/gpio/gpio-usbio.c

index 34d42c743d5bc0f1b6bcf35f2a08d37d1693c2c5..489c8ac6299e15647bc1fe5a87635d4ba653d167 100644 (file)
@@ -31,6 +31,7 @@ static const struct acpi_device_id usbio_gpio_acpi_hids[] = {
        { "INTC10B5" }, /* LNL */
        { "INTC10D1" }, /* MTL-CVF */
        { "INTC10E2" }, /* PTL */
+       { "INTC1116" }, /* NVL */
        { }
 };