[PATCH v2 0/6] iio: adc: ad4080: add support for AD4082, AD4085 and AD4088
From: Antoniu Miclaus
Date: Fri Feb 13 2026 - 09:47:34 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 v2:
- No functional changes.
- Dropped redundant Changes sections from driver commit messages.
- Collected Reviewed-by tags.
Antoniu Miclaus (6):
dt-bindings: iio: adc: adi,ad4080: add support for AD4082
iio: adc: ad4080: add support for AD4082
dt-bindings: iio: adc: adi,ad4080: add support for AD4085
iio: adc: ad4080: add support for AD4085
dt-bindings: iio: adc: adi,ad4080: add support for AD4088
iio: adc: ad4080: add support for AD4088
.../bindings/iio/adc/adi,ad4080.yaml | 3 ++
drivers/iio/adc/ad4080.c | 45 +++++++++++++++++++
2 files changed, 48 insertions(+)
--
2.43.0