Skip to content

Commit 434689e

Browse files
Hans de GoedeBartosz Golaszewski
authored andcommitted
gpio: usbio: Add ACPI device-id for MTL-CVF devices
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>
1 parent ec714e3 commit 434689e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/gpio-usbio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ static const struct acpi_device_id usbio_gpio_acpi_hids[] = {
2929
{ "INTC1007" }, /* MTL */
3030
{ "INTC10B2" }, /* ARL */
3131
{ "INTC10B5" }, /* LNL */
32+
{ "INTC10D1" }, /* MTL-CVF */
3233
{ "INTC10E2" }, /* PTL */
3334
{ }
3435
};

0 commit comments

Comments
 (0)