[PATCH 2/2] i2c: usbio: Add ACPI device-id for NVL platforms

From: Arun T

Date: Fri Apr 10 2026 - 04:11:02 EST


Add device IDs of Nova Lake into i2c-usbio support list

Signed-off-by: Arun T <arun.t@xxxxxxxxx>
Reviewed-by: Vadillo Miguel <miguel.vadillo@xxxxxxxxx>
---
drivers/i2c/busses/i2c-usbio.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/i2c/busses/i2c-usbio.c b/drivers/i2c/busses/i2c-usbio.c
index e7799abf6787..259754e5fd05 100644
--- a/drivers/i2c/busses/i2c-usbio.c
+++ b/drivers/i2c/busses/i2c-usbio.c
@@ -29,6 +29,7 @@ static const struct acpi_device_id usbio_i2c_acpi_hids[] = {
{ "INTC10B6" }, /* LNL */
{ "INTC10D2" }, /* MTL-CVF */
{ "INTC10E3" }, /* PTL */
+ { "INTC1118" }, /* NVL */
{ }
};

--
2.43.0