On Mon, 17 Aug 2020 20:32:43 -0600 Rob Herring <robh@xxxxxxxxxx> wrote: > On Sun, 09 Aug 2020 12:17:53 +0100, Jonathan Cameron wrote: > > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > > > Simple binding so easy to convert. > > Dropped the stated value of maximum spi bus frequency as it does > > not seem to correspond to the datasheet. The value of 200kHz > > is the max sampling frequency of the ADC, not the clock frequency of > > the SPI bus. > > > > Added #io-channel-cells to allow use as a provider of channels to > > other devices via the consumer binding. > > > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Cc: Phil Reid <preid@xxxxxxxxxxxxxxxxx> > > --- > > .../bindings/iio/adc/ti,tlc4541.yaml | 52 +++++++++++++++++++ > > .../bindings/iio/adc/ti-tlc4541.txt | 17 ------ > > 2 files changed, 52 insertions(+), 17 deletions(-) > > > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> Applied. Thanks. I'll fix up the remaining patches that need it and send a v2. Thanks, Jonathan