Re: [PATCH v3 1/3] dt-bindings: iio: adc: ti,ads1100: add support for ADS1110
From: David Lechner
Date: Mon Jun 15 2026 - 18:09:12 EST
On 6/13/26 2:09 PM, Jakub Szczudlo wrote:
> Register layouts are the same as for ADS1100 but ADS1110 have different
> datarates and have internal voltage reference that is always 2.048V
If we do a v4, would be nice to mention here that fixing the order
of ti,ads1100 was intentional while we are touching this.
>
> Signed-off-by: Jakub Szczudlo <jakubszczudlo40@xxxxxxxxx>
> ---
> .../devicetree/bindings/iio/adc/ti,ads1100.yaml | 10 +++++++---
> 1 file changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/ti,ads1100.yaml b/Documentation/devicetree/bindings/iio/adc/ti,ads1100.yaml
> index 970ccab15e1e..28c5e2dd0ad6 100644
> --- a/Documentation/devicetree/bindings/iio/adc/ti,ads1100.yaml
> +++ b/Documentation/devicetree/bindings/iio/adc/ti,ads1100.yaml
> @@ -4,19 +4,23 @@
> $id: http://devicetree.org/schemas/iio/adc/ti,ads1100.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: TI ADS1100/ADS1000 single channel I2C analog to digital converter
> +title: TI ADS1100 and similar single channel I2C Analog to Digital Converters
>
> maintainers:
> - Mike Looijmans <mike.looijmans@xxxxxxxx>
>
> description: |
> - Datasheet at: https://www.ti.com/lit/gpn/ads1100
> + Datasheets:
> + - https://www.ti.com/lit/gpn/ads1000
> + - https://www.ti.com/lit/gpn/ads1100
> + - https://www.ti.com/lit/gpn/ads1110
>
> properties:
> compatible:
> enum:
> - - ti,ads1100
> - ti,ads1000
> + - ti,ads1100
> + - ti,ads1110
>
> reg:
> maxItems: 1