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

i2c: usbio: Add ACPI device-id for MTL-CVF devices

Add "INTC10D2" 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: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Israel Cepeda <israel.a.cepeda.lopez@intel.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

authored by

Hans de Goede and committed by
Wolfram Sang
72f437e6 ae11e08c

+1
+1
drivers/i2c/busses/i2c-usbio.c
··· 27 27 { "INTC1008" }, /* MTL */ 28 28 { "INTC10B3" }, /* ARL */ 29 29 { "INTC10B6" }, /* LNL */ 30 + { "INTC10D2" }, /* MTL-CVF */ 30 31 { "INTC10E3" }, /* PTL */ 31 32 { } 32 33 };