[PATCH v3 0/2] iio: adc: ad4080: add support for AD4082, AD4085 and AD4088

From: Antoniu Miclaus

Date: Mon Feb 16 2026 - 10:24:18 EST


Add support for AD4082, AD4085 and AD4088 SAR ADCs to the existing
ad4080 driver:

- AD4082: 20-bit SAR ADC with LVDS CNV clock count max of 8
- AD4085: 16-bit SAR ADC with LVDS CNV clock count max of 8
- AD4088: 14-bit SAR ADC with LVDS CNV clock count max of 8

These devices share the same register map as AD4080 but differ in
resolution and LVDS CNV clock count maximum values.

Changes in v3:
- Merged individual per-device dt-bindings patches into a single
patch.
- Merged individual per-device driver patches into a single patch.
- Collected Acked-by tag.

Antoniu Miclaus (2):
dt-bindings: iio: adc: adi,ad4080: add support for AD4082, AD4085 and
AD4088
iio: adc: ad4080: add support for AD4082, AD4085 and AD4088

.../bindings/iio/adc/adi,ad4080.yaml | 3 ++
drivers/iio/adc/ad4080.c | 45 +++++++++++++++++++
2 files changed, 48 insertions(+)

--
2.43.0