2024-06-11 10:15:48

by Noah Wang

[permalink] [raw]
Subject: [PATCH v2 3/4] dt-bindings: hwmon: Add MPS mp9941

Add support for MPS mp9941 controller

Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Noah Wang <[email protected]>
---
v1 -> v2:
add Krzysztof's Acked-by

Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index 01cc431eb59e..3b0355fcb9e5 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -296,6 +296,8 @@ properties:
- mps,mp2993
# Monolithic Power Systems Inc. multi-phase hot-swap controller mp5990
- mps,mp5990
+ # Monolithic Power Systems Inc. digital step-down converter mp9941
+ - mps,mp9941
# Monolithic Power Systems Inc. synchronous step-down converter mpq8785
- mps,mpq8785
# Temperature sensor with integrated fan control
--
2.25.1



2024-06-12 16:04:35

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH v2 3/4] dt-bindings: hwmon: Add MPS mp9941

On Tue, Jun 11, 2024 at 06:14:16PM +0800, Noah Wang wrote:
> Add support for MPS mp9941 controller
>
> Acked-by: Krzysztof Kozlowski <[email protected]>
> Signed-off-by: Noah Wang <[email protected]>

Applied.

Thanks,
Guenter