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

From: Chindris, Mihail
Date: Thu Oct 21 2021 - 03:33:22 EST


Copy unresolved comment from previous version

Mihail

> +patternProperties:
> + "^channel@([0-1])$":
> + type: object
> + description: Configurations of the DAC Channels
> + properties:
> + reg:
> + description: Channel number
> + enum: [0, 1]
> +
> + custom-output-range-config:
> > >
> > > Not a generic property so I think this needs an adi prefix.
> > > Jonathan
> >
> > I tried with adi prefix but I get weird errors while running dt_binding_check for properties with adi prefix and with type:object
> > Do you have any suggestion for this issues?
> >
> > Mihail
> >
@Rob