Re: [PATCH v7 1/2] dt-bindings: iio: dac: Add adi,ad3552r.yaml

From: Jonathan Cameron
Date: Thu Dec 16 2021 - 12:52:42 EST


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]
> +