Re: [PATCH v4 1/3] dt-bindings: iio: adc: lltc,ltc2497: add LTC2499 to title
From: Jonathan Cameron
Date: Sun Sep 13 2026 - 19:32:47 EST
On Wed, 9 Sep 2026 11:27:50 +0300
Andrei Stancovici <andrei.stancovici@xxxxxxxxxx> wrote:
> The LTC2499 is already listed in the compatible enum and covered by the
> description, but was missing from the binding title. Add it so the title
> matches the set of devices the schema documents. No schema or property
> change is needed.
>
> Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> Signed-off-by: Andrei Stancovici <andrei.stancovici@xxxxxxxxxx>
> ---
> Changes in v4:
> - No change.
>
> Documentation/devicetree/bindings/iio/adc/lltc,ltc2497.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/lltc,ltc2497.yaml b/Documentation/devicetree/bindings/iio/adc/lltc,ltc2497.yaml
> index c884b6e03767..8aa1ba0a8728 100644
> --- a/Documentation/devicetree/bindings/iio/adc/lltc,ltc2497.yaml
> +++ b/Documentation/devicetree/bindings/iio/adc/lltc,ltc2497.yaml
> @@ -4,7 +4,7 @@
> $id: http://devicetree.org/schemas/iio/adc/lltc,ltc2497.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: Linear Technology / Analog Devices LTC2497 and LTC2309 ADC
> +title: Linear Technology / Analog Devices LTC2497, LTC2499 and LTC2309 ADC
Sashiko correctly points out the LTC2305 is also supported but not in the title.
Can we give up on this and just make it "LTC2497 and similar" like we tend
to always end up doing in bindings with a large number of supported parts.
Keep the full list for later in the doc.
>
> maintainers:
> - Michael Hennerich <michael.hennerich@xxxxxxxxxx>