On Wed, 09 Sep 2020 18:59:41 +0100, Jonathan Cameron wrote: > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Fairly straight conversion. The one oddity in the original binding > is that spi-cpha and spi-cpol were not marked as required, but were > in the example. Looking at the datasheet, there isn't any documented > flexibility in the possible SPI modes, so I have moved these to requires. > For spi-max-frequency I have gone the other way. I absolutely agree > that it is good to specify this in the dt-binding, but it's not > strictly required. > > As Stefan's email is bouncing I have gone with Michael as maintainer > of this one as it falls under the ADI catch all entry in MAINTAINERS. > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > Cc: Michael Hennerich <Michael.Hennerich@xxxxxxxxxx> > --- > .../bindings/iio/adc/adi,ad7768-1.txt | 41 --------- > .../bindings/iio/adc/adi,ad7768-1.yaml | 89 +++++++++++++++++++ > 2 files changed, 89 insertions(+), 41 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>