2024-06-03 11:05:18

by Noah Wang

[permalink] [raw]
Subject: [v4,1/2] dt-bindings: hwmon: Add MPS mp2891

Add support for MPS mp2891 controller

Signed-off-by: Noah Wang <[email protected]>
---
v3 -> v4:
add mp2891 in alpha order

v2 -> v3:
move mp2891 dt-bindings to trivial devices

v1 -> v2:
add mp2891 dt-bindings

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 025d50454f88..94427d9d73b5 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -284,6 +284,8 @@ properties:
- mps,mp2857
# Monolithic Power Systems Inc. multi-phase controller mp2888
- mps,mp2888
+ # Monolithic Power Systems Inc. multi-phase controller mp2891
+ - mps,mp2891
# Monolithic Power Systems Inc. multi-phase controller mp2971
- mps,mp2971
# Monolithic Power Systems Inc. multi-phase controller mp2973
--
2.25.1



2024-06-05 23:34:31

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [v4,1/2] dt-bindings: hwmon: Add MPS mp2891


On Mon, 03 Jun 2024 18:53:05 +0800, Noah Wang wrote:
> Add support for MPS mp2891 controller
>
> Signed-off-by: Noah Wang <[email protected]>
> ---
> v3 -> v4:
> add mp2891 in alpha order
>
> v2 -> v3:
> move mp2891 dt-bindings to trivial devices
>
> v1 -> v2:
> add mp2891 dt-bindings
>
> Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Reviewed-by: Rob Herring (Arm) <[email protected]>