]> www.infradead.org Git - users/hch/misc.git/commitdiff
gpio: usbio: Add ACPI device-id for MTL-CVF devices
authorHans de Goede <hansg@kernel.org>
Wed, 1 Oct 2025 21:24:16 +0000 (23:24 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 9 Oct 2025 10:11:29 +0000 (12:11 +0200)
Add "INTC10D1" ACPI device-id for MTL-CVF devices, like the Dell Latitude
7450.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2368506
Signed-off-by: Hans de Goede <hansg@kernel.org>
Acked-by: Israel Cepeda <israel.a.cepeda.lopez@intel.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-usbio.c

index e13c120824e3c36ba5ff67010b5802dc734e6fdf..34d42c743d5bc0f1b6bcf35f2a08d37d1693c2c5 100644 (file)
@@ -29,6 +29,7 @@ static const struct acpi_device_id usbio_gpio_acpi_hids[] = {
        { "INTC1007" }, /* MTL */
        { "INTC10B2" }, /* ARL */
        { "INTC10B5" }, /* LNL */
+       { "INTC10D1" }, /* MTL-CVF */
        { "INTC10E2" }, /* PTL */
        { }
 };