Message ID | 20200113150841.17670-6-vadimp@mellanox.com (mailing list archive) |
---|---|
State | Awaiting Upstream |
Headers | show |
Series | hwmon: (pmbus) Add support for vid mode calculation per page bases | expand |
On Mon, Jan 13, 2020 at 03:08:40PM +0000, Vadim Pasternak wrote: > Add Texas Instruments Dual channel DCAP+ multiphase controllers: > TPS53679, TPS53688, and Infineon Multi-phase Digital VR controllers > XDPE12284, XDPE12254 as trivial devices. > > Signed-off-by: Vadim Pasternak <vadimp@mellanox.com> Acked-by: Guenter Roeck <linux@roeck-us.net> I assume this patch will be pushed through the devicetree branch. If not, let me know and I'll apply it to hwmon-next. > --- > RFC-v1: > Changes added by Vadim: > - Drop others than xdpe12284, xdpe12254 devices, since there is not > clear confirmation from Infineon regarding availability of the > others. > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml > index 765fd1c170df..dfe22e0a82eb 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -104,6 +104,10 @@ properties: > - infineon,slb9645tt > # Infineon TLV493D-A1B6 I2C 3D Magnetic Sensor > - infineon,tlv493d-a1b6 > + # Infineon Multi-phase Digital VR Controller xdpe12254 > + - infineon,xdpe12254 > + # Infineon Multi-phase Digital VR Controller xdpe12284 > + - infineon,xdpe12284 > # Inspur Power System power supply unit version 1 > - inspur,ipsps1 > # Intersil ISL29028 Ambient Light and Proximity Sensor > @@ -354,6 +358,10 @@ properties: > - ti,tmp103 > # Digital Temperature Sensor > - ti,tmp275 > + # TI Dual channel DCAP+ multiphase controller TPS53679 > + - ti,tps53679 > + # TI Dual channel DCAP+ multiphase controller TPS53688 > + - ti,tps53688 > # Winbond/Nuvoton H/W Monitor > - winbond,w83793 > # i2c trusted platform module (TPM)
On Mon, 13 Jan 2020 15:08:40 +0000, Vadim Pasternak wrote: > Add Texas Instruments Dual channel DCAP+ multiphase controllers: > TPS53679, TPS53688, and Infineon Multi-phase Digital VR controllers > XDPE12284, XDPE12254 as trivial devices. > > Signed-off-by: Vadim Pasternak <vadimp@mellanox.com> > --- > RFC-v1: > Changes added by Vadim: > - Drop others than xdpe12284, xdpe12254 devices, since there is not > clear confirmation from Infineon regarding availability of the > others. > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > Applied, thanks. Rob
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 765fd1c170df..dfe22e0a82eb 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -104,6 +104,10 @@ properties: - infineon,slb9645tt # Infineon TLV493D-A1B6 I2C 3D Magnetic Sensor - infineon,tlv493d-a1b6 + # Infineon Multi-phase Digital VR Controller xdpe12254 + - infineon,xdpe12254 + # Infineon Multi-phase Digital VR Controller xdpe12284 + - infineon,xdpe12284 # Inspur Power System power supply unit version 1 - inspur,ipsps1 # Intersil ISL29028 Ambient Light and Proximity Sensor @@ -354,6 +358,10 @@ properties: - ti,tmp103 # Digital Temperature Sensor - ti,tmp275 + # TI Dual channel DCAP+ multiphase controller TPS53679 + - ti,tps53679 + # TI Dual channel DCAP+ multiphase controller TPS53688 + - ti,tps53688 # Winbond/Nuvoton H/W Monitor - winbond,w83793 # i2c trusted platform module (TPM)
Add Texas Instruments Dual channel DCAP+ multiphase controllers: TPS53679, TPS53688, and Infineon Multi-phase Digital VR controllers XDPE12284, XDPE12254 as trivial devices. Signed-off-by: Vadim Pasternak <vadimp@mellanox.com> --- RFC-v1: Changes added by Vadim: - Drop others than xdpe12284, xdpe12254 devices, since there is not clear confirmation from Infineon regarding availability of the others. --- Documentation/devicetree/bindings/trivial-devices.yaml | 8 ++++++++ 1 file changed, 8 insertions(+)