[PATCH 2/3] dt-bindings: hwmon: ltc2978: add support for LT717x

Kim Seer Paller posted 3 patches 9 months ago
[PATCH 2/3] dt-bindings: hwmon: ltc2978: add support for LT717x
Posted by Kim Seer Paller 9 months ago
Add LTC7170 and LT7171 to supported devices of LTC2978. It has similar
set of registers to LTC3887, differing only in number of channels and
some PMBUS status and functionalities.

Co-developed-by: Cherrence Sarip <cherrence.sarip@analog.com>
Signed-off-by: Cherrence Sarip <cherrence.sarip@analog.com>
Signed-off-by: Kim Seer Paller <kimseer.paller@analog.com>
---
 Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml b/Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml
index eeb6a4fe80b265ee364188f7b507425cbf34a48e..aa801ef1640b177ee55181c724b024b4857e0252 100644
--- a/Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml
+++ b/Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml
@@ -12,6 +12,8 @@ maintainers:
 properties:
   compatible:
     enum:
+      - lltc,lt7170
+      - lltc,lt7171
       - lltc,ltc2972
       - lltc,ltc2974
       - lltc,ltc2975
@@ -47,6 +49,7 @@ properties:
     description: |
       list of regulators provided by this controller.
       Valid names of regulators depend on number of supplies supported per device:
+      * lt7170, lt7171 : vout0
       * ltc2972 vout0 - vout1
       * ltc2974, ltc2975 : vout0 - vout3
       * ltc2977, ltc2979, ltc2980, ltm2987 : vout0 - vout7

-- 
2.34.1
Re: [PATCH 2/3] dt-bindings: hwmon: ltc2978: add support for LT717x
Posted by Guenter Roeck 9 months ago
On Mon, Mar 17, 2025 at 01:02:26PM +0800, Kim Seer Paller wrote:
> Add LTC7170 and LT7171 to supported devices of LTC2978. It has similar
> set of registers to LTC3887, differing only in number of channels and
> some PMBUS status and functionalities.
> 
> Co-developed-by: Cherrence Sarip <cherrence.sarip@analog.com>
> Signed-off-by: Cherrence Sarip <cherrence.sarip@analog.com>
> Signed-off-by: Kim Seer Paller <kimseer.paller@analog.com>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Applied.

Thanks,
Guenter
Re: [PATCH 2/3] dt-bindings: hwmon: ltc2978: add support for LT717x
Posted by Krzysztof Kozlowski 9 months ago
On Mon, Mar 17, 2025 at 01:02:26PM +0800, Kim Seer Paller wrote:
> Add LTC7170 and LT7171 to supported devices of LTC2978. It has similar
> set of registers to LTC3887, differing only in number of channels and
> some PMBUS status and functionalities.
> 
> Co-developed-by: Cherrence Sarip <cherrence.sarip@analog.com>
> Signed-off-by: Cherrence Sarip <cherrence.sarip@analog.com>
> Signed-off-by: Kim Seer Paller <kimseer.paller@analog.com>
> ---
>  Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof