On Sun, 30 Aug 2020 17:11:53 +0100, Jonathan Cameron wrote: > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Simple binding conversion from txt to yaml. > Only addition was #io-channel-cells to allow for potential consumers > of the channels on this device. > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > Cc: Akinobu Mita <akinobu.mita@xxxxxxxxx> > --- > > Changes: > * Fix missing include. > * Fix typo in one of the supplies. > * Fix spacing wrt to brackets. > > .../bindings/iio/adc/ti,adc12138.yaml | 86 +++++++++++++++++++ > .../bindings/iio/adc/ti-adc12138.txt | 37 -------- > 2 files changed, 86 insertions(+), 37 deletions(-) > create mode 100644 Documentation/devicetree/bindings/iio/adc/ti,adc12138.yaml > delete mode 100644 Documentation/devicetree/bindings/iio/adc/ti-adc12138.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>