[PATCH 0/2] iio: adc: ad4080: add support for AD4885
From: Antoniu Miclaus
Date: Mon Sep 07 2026 - 06:31:27 EST
Add support for the AD4885, a dual-channel, 16-bit, 10 MSPS SAR ADC in
the AD4080 family. The AD4885 is the dual-channel variant of the AD4085
and, like the AD4884, has two independent ADC channels, each with its
own SPI configuration interface, so the part requires two chip selects
and two io-backends. It runs at a lower maximum throughput than the
AD4884 and therefore uses the same maximum LVDS conversion clock count
as the AD4085.
The first patch adds the devicetree binding compatible string; the
second adds the driver support (chip ID, channel spec, chip info and
device-table entries).
Antoniu Miclaus (2):
dt-bindings: iio: adc: ad4080: add AD4885 support
iio: adc: ad4080: add support for AD4885
.../bindings/iio/adc/adi,ad4080.yaml | 2 ++
drivers/iio/adc/ad4080.c | 18 ++++++++++++++++++
2 files changed, 20 insertions(+)
base-commit: edb91bc566576f6664a3efbad6bd4205aa1d5259
--
2.43.0