[PATCH 2/6] dt-bindings: hwmon: ti,lm87: Add adi,adm1024 compatible
From: Rob Herring (Arm)
Date: Tue Jul 01 2025 - 17:01:23 EST
- Next message: Rob Herring (Arm): "[PATCH 3/6] dt-bindings: hwmon: lltc,ltc2978: Add lltc,ltc713 compatible"
- Previous message: Rob Herring (Arm): "[PATCH 1/6] dt-bindings: hwmon: national,lm90: Add missing Dallas max6654 and onsemi nct72, nct214, and nct218"
- In reply to: Rob Herring (Arm): "[PATCH 1/6] dt-bindings: hwmon: national,lm90: Add missing Dallas max6654 and onsemi nct72, nct214, and nct218"
- Next in thread: Rob Herring (Arm): "[PATCH 3/6] dt-bindings: hwmon: lltc,ltc2978: Add lltc,ltc713 compatible"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The adi,adm1024 compatible is already in use. Add it to the lm87
binding as the device appears to be compatible.
Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
---
Documentation/devicetree/bindings/hwmon/ti,lm87.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/hwmon/ti,lm87.yaml b/Documentation/devicetree/bindings/hwmon/ti,lm87.yaml
index 63d8cf467806..5c0cdc0091b5 100644
--- a/Documentation/devicetree/bindings/hwmon/ti,lm87.yaml
+++ b/Documentation/devicetree/bindings/hwmon/ti,lm87.yaml
@@ -18,7 +18,9 @@ description: |
properties:
compatible:
- const: ti,lm87
+ enum:
+ - adi,adm1024
+ - ti,lm87
reg:
maxItems: 1
--
2.47.2
- Next message: Rob Herring (Arm): "[PATCH 3/6] dt-bindings: hwmon: lltc,ltc2978: Add lltc,ltc713 compatible"
- Previous message: Rob Herring (Arm): "[PATCH 1/6] dt-bindings: hwmon: national,lm90: Add missing Dallas max6654 and onsemi nct72, nct214, and nct218"
- In reply to: Rob Herring (Arm): "[PATCH 1/6] dt-bindings: hwmon: national,lm90: Add missing Dallas max6654 and onsemi nct72, nct214, and nct218"
- Next in thread: Rob Herring (Arm): "[PATCH 3/6] dt-bindings: hwmon: lltc,ltc2978: Add lltc,ltc713 compatible"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]