Hi André, On Mon, 16 Sept 2024 at 17:48, André Draszik <andre.draszik@xxxxxxxxxx> wrote: > > Add device tree binding for Maxim MAX20339 overvoltage protector with > load switches. > > Signed-off-by: André Draszik <andre.draszik@xxxxxxxxxx> > --- > .../bindings/regulator/maxim,max20339.yaml | 171 +++++++++++++++++++++ > MAINTAINERS | 6 + > 2 files changed, 177 insertions(+) > > diff --git a/Documentation/devicetree/bindings/regulator/maxim,max20339.yaml b/Documentation/devicetree/bindings/regulator/maxim,max20339.yaml > new file mode 100644 > index 000000000000..ef6490cf5a6b > --- /dev/null > +++ b/Documentation/devicetree/bindings/regulator/maxim,max20339.yaml > @@ -0,0 +1,171 @@ > +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/regulator/maxim,max20339.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Maxim Integrated MAX20339 overvoltage protector with load switches > + > +maintainers: > + - André Draszik <andre.draszik@xxxxxxxxxx> > + > +description: | > + The MAX20339 is an overvoltage protection (OVP) device with integrated load > + switches and ESD Protection for USB Type-C applications. It protects low > + voltage systems against voltage faults and surges. It also integrates two > + load switches with current limiting, configurable by hard- and software. [nit]: what does "hard-" mean? should this say hardware? Peter