Message ID | 871b255e183e4468a9affce6defb0292@infineon.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | [v4,1/2] hwmon: (pmbus) Add support for Infineon Digital Multi-phase xdp152 faimly controllers | expand |
On Wed, Apr 27, 2022 at 06:40:13PM +0000, Greg.Schwendimann@infineon.com wrote: > Add Infineon Digital Multi-phase xdp152 family controllers. > > Signed-off-by: Greg Schwendimann <Greg.Schwendimann@infineon.com> > --- I just noticed that DT maintainers were not copied on this patch, so it is not entirely surprising that there was no feedback. Please resend and copy Rob Herring <robh+dt@kernel.org>, Krzysztof Kozlowski <krzk+dt@kernel.org>, and devicetree@vger.kernel.org. Thanks, Guenter > Separated the device tree bindings documentation > > Documentation/devicetree/bindings/trivial-devices.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml > index 550a2e5c9e05..fc2164c4d108 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -143,6 +143,10 @@ properties: > - infineon,xdpe12254 > # Infineon Multi-phase Digital VR Controller xdpe12284 > - infineon,xdpe12284 > + # Infineon Multi-phase Digital VR Controller xdpe152c4 > + - infineon,xdpe152c4 > + # Infineon Multi-phase Digital VR Controller xdpe15284 > + - infineon,xdpe15284 > # Injoinic IP5108 2.0A Power Bank IC with I2C > - injoinic,ip5108 > # Injoinic IP5109 2.1A Power Bank IC with I2C
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 550a2e5c9e05..fc2164c4d108 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -143,6 +143,10 @@ properties: - infineon,xdpe12254 # Infineon Multi-phase Digital VR Controller xdpe12284 - infineon,xdpe12284 + # Infineon Multi-phase Digital VR Controller xdpe152c4 + - infineon,xdpe152c4 + # Infineon Multi-phase Digital VR Controller xdpe15284 + - infineon,xdpe15284 # Injoinic IP5108 2.0A Power Bank IC with I2C - injoinic,ip5108 # Injoinic IP5109 2.1A Power Bank IC with I2C
Add Infineon Digital Multi-phase xdp152 family controllers. Signed-off-by: Greg Schwendimann <Greg.Schwendimann@infineon.com> --- Separated the device tree bindings documentation Documentation/devicetree/bindings/trivial-devices.yaml | 4 ++++ 1 file changed, 4 insertions(+)