mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
hwmon: (tmp102) Add TMP113 device ID
The TMP113 temperature sensor part is register compatible with TMP102, add non-DT I2C device ID. Unlike TMP102 and TMP110, the TMP113 does have additional unique ID registers, those are currently unused. Signed-off-by: Marek Vasut <marex@nabladev.com> Link: https://lore.kernel.org/r/20260813090456.70816-2-marex@nabladev.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
7c933f9a52
commit
24be331769
|
|
@ -397,6 +397,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" },
|
||||
{ .name = "tmp113" },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(i2c, tmp102_id);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user