diff options
| author | Arun T <arun.t@intel.com> | 2026-04-10 11:04:08 +0300 |
|---|---|---|
| committer | Andi Shyti <andi.shyti@kernel.org> | 2026-04-11 00:08:42 +0300 |
| commit | e43f2df330a1b87c97235e4faade860d15787735 (patch) | |
| tree | 623fe7e2953b57b2aea0c3aef3d229414edcfb2d | |
| parent | 656147fb1d4ce047a3889d1b9539cdec0327cc16 (diff) | |
| download | linux-e43f2df330a1b87c97235e4faade860d15787735.tar.xz | |
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
| -rw-r--r-- | drivers/i2c/busses/i2c-usbio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ { } }; |
