hwmon: (tmp102) Add TMP110 device ID

The TMP110 is register compatible with TMP102, add non-DT I2C device ID.

Signed-off-by: Marek Vasut <marex@nabladev.com>
Link: https://lore.kernel.org/r/20260812191021.65304-2-marex@nabladev.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
Marek Vasut 2026-08-12 21:09:45 +02:00 committed by Guenter Roeck
parent 54743b5ab9
commit 7c933f9a52

View File

@ -396,6 +396,7 @@ static DEFINE_SIMPLE_DEV_PM_OPS(tmp102_dev_pm_ops, tmp102_suspend, tmp102_resume
static const struct i2c_device_id tmp102_id[] = {
{ .name = "tmp102" },
{ .name = "tmp110" },
{ }
};
MODULE_DEVICE_TABLE(i2c, tmp102_id);