Re: [PATCH 2/2] hwmon: (tmp102) Add TMP113 device ID
Marek Vasut <[email protected]>
| Newsgroups | org.kernel.vger.linux-hwmon,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/13/26 1:51 PM, Guenter Roeck wrote: > 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. Thank you. I think this solves the TMP110 and TMP113 documentation concerns too.