Re: [PATCH] dt-bindings: iio: sx9310: Add various settings as DT properties

From: Stephen Boyd
Date: Tue Sep 22 2020 - 17:43:45 EST


Quoting Rob Herring (2020-09-14 14:00:47)
> On Thu, Sep 03, 2020 at 03:18:28PM -0700, Stephen Boyd wrote:
> > + semtech,cs1-gain-factor:
> > + allOf:
> > + - $ref: /schemas/types.yaml#definitions/uint32
> > + - enum: [1, 2, 4, 8]
>
> Now that everyone is trained on 'allOf', you can drop it. json-schema
> draft8 changed this behavior.
>

Ok. Do I need $ref: still or that is implicit now?