On Fri, 9 Aug 2024 12:06:40 -0600 "Rob Herring (Arm)" <robh@xxxxxxxxxx> wrote: > On Thu, 08 Aug 2024 16:12:08 -0500, David Lechner wrote: > > The common-mode-channel property is a scalar, not an array, so we should > > not be using items: in the schema when specifying allowable values. > > > > Reported-by: Rob Herring <robh@xxxxxxxxxx> > > Closes: https://lore.kernel.org/linux-iio/CAL_JsqKaddw8FnPfdnhKhHUb8AcTxFadc_eZmxjX0QxFR80=mw@xxxxxxxxxxxxxx/ > > Fixes: b40cafc11436 ("dt-bindings: iio: adc: add AD4695 and similar ADCs") > > Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx> > > --- > > Documentation/devicetree/bindings/iio/adc/adi,ad4695.yaml | 6 ++---- > > 1 file changed, 2 insertions(+), 4 deletions(-) > > > > Thanks for the quick fix. > > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx> > Applied and pushed out for next to pick up. Thanks, Jonathan