[PATCH 4/6] dt-bindings: hwmon: maxim,max20730: Add maxim,max20710 compatible

Rob Herring (Arm) posted 6 patches 3 months, 1 week ago
[PATCH 4/6] dt-bindings: hwmon: maxim,max20730: Add maxim,max20710 compatible
Posted by Rob Herring (Arm) 3 months, 1 week ago
The maxim,max20710 compatible is already in use. Add it to the
maxim,max20730 binding as the device appears to be similar.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml b/Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml
index 8af0d7458e62..8588d97ba6ec 100644
--- a/Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml
+++ b/Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml
@@ -25,6 +25,7 @@ description: |
 properties:
   compatible:
     enum:
+      - maxim,max20710
       - maxim,max20730
       - maxim,max20734
       - maxim,max20743

-- 
2.47.2
Re: [PATCH 4/6] dt-bindings: hwmon: maxim,max20730: Add maxim,max20710 compatible
Posted by Guenter Roeck 2 months, 3 weeks ago
On Tue, Jul 01, 2025 at 04:00:43PM -0500, Rob Herring (Arm) wrote:
> The maxim,max20710 compatible is already in use. Add it to the
> maxim,max20730 binding as the device appears to be similar.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Applied.

Thanks,
Guenter