[PATCH 1/2] dt-bindings: hwmon: tmp102: Document TMP110

From: Marek Vasut

Date: Wed Aug 12 2026 - 15:18:01 EST


The TMP110 is register compatible with TMP102, document it using
a fallback compatible.

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
---
.../devicetree/bindings/hwmon/ti,tmp102.yaml | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml b/Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml
index 96b2e4969f78a..f0dbe9f07b939 100644
--- a/Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml
+++ b/Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml
@@ -4,15 +4,19 @@
$id: http://devicetree.org/schemas/hwmon/ti,tmp102.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

-title: TMP102 temperature sensor
+title: TMP102 and TMP110 temperature sensor

maintainers:
- Krzysztof Kozlowski <krzk@xxxxxxxxxx>

properties:
compatible:
- enum:
- - ti,tmp102
+ oneOf:
+ - items:
+ - const: ti,tmp110
+ - const: ti,tmp102
+ - enum:
+ - ti,tmp102

interrupts:
maxItems: 1
@@ -28,7 +32,7 @@ properties:
const: 1

vcc-supply:
- description: Power supply for tmp102
+ description: Power supply for the sensor

required:
- compatible
--
2.53.0