чт, 13 лют. 2025 р. о 23:32 Daniel Thompson <daniel@xxxxxxxxxxxx> пише: > > On Wed, Feb 12, 2025 at 09:58:41AM +0200, Svyatoslav Ryhel wrote: > > Add bindings for the LM3533 - a complete power source for > > backlight, keypad, and indicator LEDs in smartphone handsets. > > The high-voltage inductive boost converter provides the > > power for two series LED strings display backlight and keypad > > functions. > > > > Signed-off-by: Svyatoslav Ryhel <clamor95@xxxxxxxxx> > > --- > > .../devicetree/bindings/mfd/ti,lm3533.yaml | 221 ++++++++++++++++++ > > include/dt-bindings/mfd/lm3533.h | 19 ++ > > 2 files changed, 240 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/mfd/ti,lm3533.yaml > > create mode 100644 include/dt-bindings/mfd/lm3533.h > > > > diff --git a/Documentation/devicetree/bindings/mfd/ti,lm3533.yaml b/Documentation/devicetree/bindings/mfd/ti,lm3533.yaml > > new file mode 100644 > > index 000000000000..d0307e5894f8 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/mfd/ti,lm3533.yaml > > @@ -0,0 +1,221 @@ > > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > > +%YAML 1.2 > > +--- > > +$id: http://devicetree.org/schemas/mfd/ti,lm3533.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: TI LM3533 Complete Lighting Power Solution > > + > > +description: | > > + The LM3533 is a complete power source for backlight, > > + keypad, and indicator LEDs in smartphone handsets. The > > + high-voltage inductive boost converter provides the > > + power for two series LED strings display backlight and > > + keypad functions. > > + https://www.ti.com/product/LM3533 > > + > > +maintainers: > > + - Johan Hovold <jhovold@xxxxxxxxx> > > This looks like it has been copied from the lm3533 driver. Did Johan > agree to this? > Thank you for pointing this out, maintainers field should have been amended with my name. It seems that this slipped from me on submitting. I initially though that maintainers should contain driver author hence set Johan, but that is obviously not correct. > > Daniel.