Re: [PATCH 2/2] hwmon: (tmp102) Add TMP113 device ID
Guenter Roeck <[email protected]>
| Newsgroups | org.kernel.vger.linux-hwmon,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 13, 2026 at 11:04:24AM +0200, Marek Vasut wrote: > 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 <[email protected]> Applied. Thanks, Guenter > --- > Cc: Conor Dooley <[email protected]> > Cc: Flaviu Nistor <[email protected]> > Cc: Guenter Roeck <[email protected]> > Cc: Krzysztof Kozlowski <[email protected]> > Cc: Rob Herring <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > drivers/hwmon/tmp102.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/hwmon/tmp102.c b/drivers/hwmon/tmp102.c > index 26c461e95175b..50a8b050d8da1 100644 > --- a/drivers/hwmon/tmp102.c > +++ b/drivers/hwmon/tmp102.c > @@ -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);