Re: [PATCH] dt-bindings: iio: sx9310: Add various settings as DT properties
From: Stephen Boyd <hidden>
Date: 2020-09-22 21:43:44
Also in:
linux-iio, lkml
From: Stephen Boyd <hidden>
Date: 2020-09-22 21:43:44
Also in:
linux-iio, lkml
Quoting Rob Herring (2020-09-14 14:00:47)
On Thu, Sep 03, 2020 at 03:18:28PM -0700, Stephen Boyd wrote:quoted
+ 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?