On Tue, 13 Nov 2018 13:22:18 +0200, Stefan Popa wrote: > Add support for Analog Devices AD7124 4-channels and 8-channels ADC. > > Signed-off-by: Stefan Popa <stefan.popa@xxxxxxxxxx> > --- > Changes in v2: > - Nothing changed. > Changes in v3: > - Removed the "adi,channels" property. > - Used the "reg" property to get the channel number and "adi,diff-channels" > for the differential pins. The "adi,channel-number" property was removed. > - adi,bipolar is of boolean type. > Changes in v4: > - Used the bipolar and diff-channels properties defined in the new adc.txt doc. > Changes in v5: > - Removed the gain and odr properties from the example. > > .../devicetree/bindings/iio/adc/adi,ad7124.txt | 75 ++++++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 76 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7124.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>