Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Hans de Goede and committed by
Bartosz Golaszewski
434689e9 ec714e37

+1
+1
drivers/gpio/gpio-usbio.c
··· 29 29 { "INTC1007" }, /* MTL */ 30 30 { "INTC10B2" }, /* ARL */ 31 31 { "INTC10B5" }, /* LNL */ 32 + { "INTC10D1" }, /* MTL-CVF */ 32 33 { "INTC10E2" }, /* PTL */ 33 34 { } 34 35 };