Message ID | KL1PR0401MB64917D1D51254FB1D6C0371CFAFF2@KL1PR0401MB6491.apcprd04.prod.outlook.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | hwmon: Add support for MPS mp2891 chip | expand |
On Mon, 03 Jun 2024 18:53:05 +0800, Noah Wang wrote: > Add support for MPS mp2891 controller > > Signed-off-by: Noah Wang <noahwang.wang@outlook.com> > --- > 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) <robh@kernel.org>
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
Add support for MPS mp2891 controller Signed-off-by: Noah Wang <noahwang.wang@outlook.com> --- 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(+)