Re: [PATCH] dt-bindings: iio: ad4695: fix common-mode-channel
From: Rob Herring (Arm)
Date: Fri Aug 09 2024 - 14:06:50 EST
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>