Hello Rob, On Thu, Jun 06, 2024 at 02:49:24PM -0600, Rob Herring wrote: > On Thu, Jun 06, 2024 at 06:35:28PM +0200, Francesco Dolcini wrote: > > From: João Paulo Gonçalves <joao.goncalves@xxxxxxxxxxx> > > > > Add devicetree bindings for Texas Instruments ADS1119 16-bit ADC > > with I2C interface. > > > > Datasheet: https://www.ti.com/lit/gpn/ads1119 > > Signed-off-by: João Paulo Gonçalves <joao.goncalves@xxxxxxxxxxx> > > Signed-off-by: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx> > > --- > > v2: > > - add diff-channels and single-channel > > Running the checks gives this error: > > dtschema/dtc warnings/errors: > /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/adc/ti,ads1119.yaml: single-channel: missing type definition It's defined starting from commit dd471a2b7759 ("dt-bindings: iio: adc: Add single-channel property") that is part of the IIO branch (and linux-next). Francesco