On Sun, 30 Aug 2020 17:11:54 +0100, Jonathan Cameron wrote: > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Conversion from txt to yaml. The binding documents that > as not all boards will make use of the ADC channels via a consumer > driver. It does no harm however, so we will leave it as required. > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > Cc: David Lechner <david@xxxxxxxxxxxxxx> > --- > > Changes: > * Fix patch description to make sense. > * Fix a supplies instead of supply. > * Add maximum value for spi-bus-frequency > > .../bindings/iio/adc/ti,ads7950.yaml | 65 +++++++++++++++++++ > .../bindings/iio/adc/ti-ads7950.txt | 23 ------- > 2 files changed, 65 insertions(+), 23 deletions(-) > create mode 100644 Documentation/devicetree/bindings/iio/adc/ti,ads7950.yaml > delete mode 100644 Documentation/devicetree/bindings/iio/adc/ti-ads7950.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>