Skip to content

Commit e43f2df

Browse files
arunt1Andi Shyti
authored andcommitted
i2c: usbio: Add ACPI device-id for NVL platforms
Add device IDs of Nova Lake into i2c-usbio support list Signed-off-by: Arun T <arun.t@intel.com> Reviewed-by: Vadillo Miguel <miguel.vadillo@intel.com> Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Andi Shyti <andi.shyti@kernel.org> Link: https://lore.kernel.org/r/20260410080408.562311-1-arun.t@intel.com
1 parent 656147f commit e43f2df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/i2c/busses/i2c-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_i2c_acpi_hids[] = {
2929
{ "INTC10B6" }, /* LNL */
3030
{ "INTC10D2" }, /* MTL-CVF */
3131
{ "INTC10E3" }, /* PTL */
32+
{ "INTC1118" }, /* NVL */
3233
{ }
3334
};
3435

0 commit comments

Comments
 (0)