Hi Max, On Thu, Jun 9, 2022 at 5:16 PM Max Krummenacher <max.oss.09@xxxxxxxxx> wrote: > From: Max Krummenacher <max.krummenacher@xxxxxxxxxxx> > > Adds binding for a power domain provider which uses a regulator to control > the power domain. > > Signed-off-by: Max Krummenacher <max.krummenacher@xxxxxxxxxxx> Thanks for your patch! > --- /dev/null > +++ b/Documentation/devicetree/bindings/power/regulator-power-domain.yaml > @@ -0,0 +1,58 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/power/regulator-power-domain.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Power domain controlled by a regulator > + > +maintainers: > + - Max Krummenacher <max.krummenacher@xxxxxxxxxxx> > + > +description: |+ > + Power domain provider which uses a regulator to control > + the power domain. > + > +allOf: > + - $ref: "power-domain.yaml#" > + > +properties: > + compatible: > + enum: > + - regulator-pm-pd > + > + power-supply: > + description: The regulator used to control the power domain. I guess there can be more than one? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds