[PATCH 3/6] dt-bindings: hwmon: lltc,ltc2978: Add lltc,ltc713 compatible

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

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

diff --git a/Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml b/Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml
index aa801ef1640b..ea8b1553a3e9 100644
--- a/Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml
+++ b/Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml
@@ -28,6 +28,7 @@ properties:
       - lltc,ltc3886
       - lltc,ltc3887
       - lltc,ltc3889
+      - lltc,ltc7132
       - lltc,ltc7841
       - lltc,ltc7880
       - lltc,ltm2987
@@ -55,6 +56,7 @@ properties:
       * ltc2977, ltc2979, ltc2980, ltm2987 : vout0 - vout7
       * ltc2978 : vout0 - vout7
       * ltc3880, ltc3882, ltc3884, ltc3886, ltc3887, ltc3889 : vout0 - vout1
+      * ltc7132 : vout0 - vout1
       * ltc7841 : vout0
       * ltc7880 : vout0 - vout1
       * ltc3883 : vout0

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

Applied.

Thanks,
Guenter