[PATCH 1/1] dt-bindings: hwmon: tmp102: move ti,tmp103 to enum from items

From: Frank . Li

Date: Tue Sep 01 2026 - 18:24:30 EST


From: Frank Li <Frank.Li@xxxxxxx>

Fix patch merge error. ti,tmp103 should be after ti,tmp102 in enum, instead
of in items.

Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
---
original patch is correct
https://lore.kernel.org/imx/20260826211422.3299728-1-Frank.Li@xxxxxxxxxxx/
---
Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml b/Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml
index 55d9f106465d7..431e308e352c1 100644
--- a/Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml
+++ b/Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml
@@ -14,10 +14,10 @@ properties:
oneOf:
- items:
- const: ti,tmp102
- - const: ti,tmp103
- const: ti,tmp110
- enum:
- ti,tmp102
+ - ti,tmp103

interrupts:
maxItems: 1
--
2.43.0