On Thu, 2023-12-14 at 11:05 -0600, Rob Herring wrote: > On Wed, Dec 13, 2023 at 04:02:32PM +0100, Nuno Sa wrote: > > The ad9467 will make use of the new IIO backend framework which is a > > provider - consumer interface where IIO backends provide services to > > consumers. As such, and being this device a consumer, add the new > > generic io-backend property to the bindings. > > > > Signed-off-by: Nuno Sa <nuno.sa@xxxxxxxxxx> > > --- > > Documentation/devicetree/bindings/iio/adc/adi,ad9467.yaml | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad9467.yaml > > b/Documentation/devicetree/bindings/iio/adc/adi,ad9467.yaml > > index 7aa748d6b7a0..74e6827cbd47 100644 > > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad9467.yaml > > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad9467.yaml > > @@ -44,6 +44,9 @@ properties: > > Pin that controls the powerdown mode of the device. > > maxItems: 1 > > > > + io-backends: > > + maxItems: 1 > > + > > reset-gpios: > > description: > > Reset pin for the device. > > @@ -54,6 +57,7 @@ required: > > - reg > > - clocks > > - clock-names > > + - io-backends > > New required properties are an ABI break. Please justify this in the > commit message. > Yeah, I know... I'll further comment on the cover and depending on the conclusion we get I'll justify it (or not if not needed) in the message. - Nuno Sá