On Mon, 13 Dec 2021 11:08:24 +0000 Mihail Chindris <mihail.chindris@xxxxxxxxxx> wrote: > Add documentation for ad3552r and ad3542r > > Signed-off-by: Mihail Chindris <mihail.chindris@xxxxxxxxxx> > +patternProperties: > + "^channel@([0-1])$": > + type: object > + description: Configurations of the DAC Channels > + > + additionalProperties: false > + spaces on line above. Fixed whilst applying. > + properties: > + reg: > + description: Channel number > + enum: [0, 1] > +