[PATCH v3 0/6] iio: adc: ad4080: add support for AD4081 and AD4084
From: Antoniu Miclaus
Date: Tue Oct 07 2025 - 07:15:57 EST
Add support for AD4081 (16-bit, 4 LVDS CNV clock max) and AD4084
(18-bit, 6 LVDS CNV clock max) ADC variants to the existing AD4080
driver.
Changes:
- Update device tree bindings to include AD4081 and AD4084
- Add chip_info entries for AD4081 and AD4084 with appropriate
resolution and LVDS CNV clock count
- Modify channel definitions to accommodate different resolutions
- Ensure backward compatibility with existing AD4080 functionality
Antoniu Miclaus (6):
iio: adc: ad4080: fix chip identification
iio: adc: ad4080: prepare driver for multi-part support
dt-bindings: iio: adc: adi,ad4080: add support for AD4084
iio: adc: ad4080: add support for AD4084
dt-bindings: iio: adc: adi,ad4080: add support for AD4081
iio: adc: ad4080: add support for AD4081
.../bindings/iio/adc/adi,ad4080.yaml | 2 +
drivers/iio/adc/ad4080.c | 80 ++++++++++++++-----
2 files changed, 60 insertions(+), 22 deletions(-)
--
2.43.0