Message ID | 20200926204957.10268-3-vadimp@nvidia.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | hwmon: (pmbus) Add support for MPS mp2975 controller | expand |
On Sat, 26 Sep 2020 23:49:57 +0300, Vadim Pasternak wrote: > Monolithic Power Systems, Inc. (MPS) dual-loop, digital, multi-phase > controller. > > Signed-off-by: Vadim Pasternak <vadimp@nvidia.com> > --- > v2->v3 > - Fix after 'make dt_binding_check'. > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Sat, Sep 26, 2020 at 11:49:57PM +0300, Vadim Pasternak wrote: > Monolithic Power Systems, Inc. (MPS) dual-loop, digital, multi-phase > controller. > > Signed-off-by: Vadim Pasternak <vadimp@nvidia.com> > Acked-by: Rob Herring <robh@kernel.org> Applied. Thanks, Guenter > --- > v2->v3 > - Fix after 'make dt_binding_check'. > --- > 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 4ace8039840a..b2e994bc00af 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -80,6 +80,8 @@ properties: > - fsl,mpl3115 > # MPR121: Proximity Capacitive Touch Sensor Controller > - fsl,mpr121 > + # Monolithic Power Systems Inc. multi-phase controller mp2975 > + - mps,mp2975 > # G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface > - gmt,g751 > # Infineon IR38064 Voltage Regulator
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 4ace8039840a..b2e994bc00af 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -80,6 +80,8 @@ properties: - fsl,mpl3115 # MPR121: Proximity Capacitive Touch Sensor Controller - fsl,mpr121 + # Monolithic Power Systems Inc. multi-phase controller mp2975 + - mps,mp2975 # G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface - gmt,g751 # Infineon IR38064 Voltage Regulator
Monolithic Power Systems, Inc. (MPS) dual-loop, digital, multi-phase controller. Signed-off-by: Vadim Pasternak <vadimp@nvidia.com> --- v2->v3 - Fix after 'make dt_binding_check'. --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+)