[PATCH 1/2] dt-bindings: hwmon: tmp102: Document TMP113
From: Marek Vasut
Date: Thu Aug 13 2026 - 05:14:20 EST
The TMP113 temperature sensor part is register compatible with TMP102,
document it using a fallback compatible. Unlike TMP102 and TMP110, the
TMP113 does have additional unique ID registers, it is up to the driver
to handle those.
Signed-off-by: Marek Vasut <marex@xxxxxxxxxxxx>
---
Cc: Conor Dooley <conor+dt@xxxxxxxxxx>
Cc: Flaviu Nistor <flaviu.nistor@xxxxxxxxx>
Cc: Guenter Roeck <linux@xxxxxxxxxxxx>
Cc: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>
Cc: Rob Herring <robh@xxxxxxxxxx>
Cc: devicetree@xxxxxxxxxxxxxxx
Cc: linux-hwmon@xxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
---
Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml b/Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml
index f0dbe9f07b939..6bc10c73d2e2b 100644
--- a/Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml
+++ b/Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml
@@ -4,7 +4,7 @@
$id: http://devicetree.org/schemas/hwmon/ti,tmp102.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: TMP102 and TMP110 temperature sensor
+title: TMP102, TMP110 and TMP113 temperature sensor
maintainers:
- Krzysztof Kozlowski <krzk@xxxxxxxxxx>
@@ -13,7 +13,9 @@ properties:
compatible:
oneOf:
- items:
- - const: ti,tmp110
+ - enum:
+ - ti,tmp110
+ - ti,tmp113
- const: ti,tmp102
- enum:
- ti,tmp102
--
2.53.0