On Mon, 3 Aug 2020 15:58:26 -0600 Rob Herring <robh@xxxxxxxxxx> wrote: > On Sat, 01 Aug 2020 18:58:50 +0100, Jonathan Cameron wrote: > > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > > > Simple device with a simple conversion. Special handling needed > > for the max1118 which is the only supported part that has an external > > reference voltage. > > > > Cc: Akinobu Mita <akinobu.mita@xxxxxxxxx> > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > --- > > v2: > > * Added additionalProperties: false. Other changes are to make this work. > > * Move the vref-supply definition up > > * Add an else clause > > > > .../devicetree/bindings/iio/adc/max1118.txt | 21 ------- > > .../bindings/iio/adc/maxim,max1118.yaml | 62 +++++++++++++++++++ > > 2 files changed, 62 insertions(+), 21 deletions(-) > > > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> Thanks, Applied to the togreg branch off iio.git and pushed out as testing for autobuilders etc. Jonathan