[PATCH 2/6] dt-bindings: hwmon: ti,lm87: Add adi,adm1024 compatible

Rob Herring (Arm) posted 6 patches 3 months, 1 week ago
[PATCH 2/6] dt-bindings: hwmon: ti,lm87: Add adi,adm1024 compatible
Posted by Rob Herring (Arm) 3 months, 1 week ago
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@kernel.org>
---
 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
Re: [PATCH 2/6] dt-bindings: hwmon: ti,lm87: Add adi,adm1024 compatible
Posted by Guenter Roeck 2 months, 3 weeks ago
On Tue, Jul 01, 2025 at 04:00:41PM -0500, Rob Herring (Arm) wrote:
> 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@kernel.org>

Applied.

Thanks,
Guenter