[PATCH 1/2] dt-bindings: hwmon: Add MPS mp5926

Yuxi Wang posted 2 patches 1 week, 4 days ago
There is a newer version of this series
[PATCH 1/2] dt-bindings: hwmon: Add MPS mp5926
Posted by Yuxi Wang 1 week, 4 days ago
Add support for MPS mp5926 controller.
Signed-off-by: Yuxi Wang <Yuxi.Wang@monolithicpower.com>
---
 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 d0f7dbf15d6f..df3f74b9dd28 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -319,6 +319,8 @@ properties:
           - mps,mp5023
             # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5920
           - mps,mp5920
+            # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5926
+          - mps,mp5926
             # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5990
           - mps,mp5990
             # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5998
-- 
2.39.2
Re: [PATCH 1/2] dt-bindings: hwmon: Add MPS mp5926
Posted by Krzysztof Kozlowski 1 week, 4 days ago
On 08/12/2025 08:16, Yuxi Wang wrote:
> Add support for MPS mp5926 controller.

You should explain here why this is a trivial device (and it is not
about driver, but your hardware).

Also, missing blank line.

Please look at `git log`.

> Signed-off-by: Yuxi Wang <Yuxi.Wang@monolithicpower.com>
> ---
>  Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++


Best regards,
Krzysztof