On 23/03/2023 20:37, Saalim Quadri wrote: > Convert the ALC5632 audio codec bindings to DT schema. > > Signed-off-by: Saalim Quadri <danascape@xxxxxxxxx> > --- > + > +maintainers: > + - Leon Romanovsky <leon@xxxxxxx> Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. > + - Mark Brown <broonie@xxxxxxxxxx> > + > +properties: > + compatible: > + const: realtek,alc5632 > + > + reg: > + maxItems: 1 > + > + '#gpio-cells': > + const: 2 > + > + gpio-controller: true > + > +required: > + - compatible > + - reg > + - '#gpio-cells' > + - gpio-controller > + > +additionalProperties: false > + > +examples: > + - | > + #include <dt-bindings/gpio/gpio.h> > + i2c { > + #address-cells = <1>; > + #size-cells = <0>; > + alc5632: codec@1a { Drop label "alc5632". Best regards, Krzysztof