[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251021105349.21145-1-antoniu.miclaus@analog.com>
Date: Tue, 21 Oct 2025 10:53:42 +0000
From: Antoniu Miclaus <antoniu.miclaus@...log.com>
To: <jic23@...nel.org>, <robh@...nel.org>, <conor+dt@...nel.org>,
<linux-iio@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<devicetree@...r.kernel.org>
CC: Antoniu Miclaus <antoniu.miclaus@...log.com>
Subject: [PATCH 0/6] iio: adc: ad4080: add support for AD4083, AD4086, and AD4087
This patch series extends the AD4080 driver to support three additional
variants in the AD408x family of high-speed SAR ADCs: AD4083, AD4086,
and AD4087.
Each variant has different specifications that require separate driver
configurations:
- AD4083: 16-bit resolution, LVDS CNV clock count max = 5
- AD4086: 14-bit resolution, LVDS CNV clock count max = 4
- AD4087: 14-bit resolution, LVDS CNV clock count max = 1
The series follows a consistent pattern for each new device:
1. Add device tree binding support with appropriate compatible string
2. Implement driver support with chip-specific configuration
All new devices reuse the existing driver infrastructure established for
the AD4080/AD4081/AD4084 family, requiring only chip-specific channel
definitions and chip info structures.
The devices cannot use fallback compatible strings to the base AD4080
as they have significantly different resolutions and timing requirements
that necessitate distinct driver configurations.
Antoniu Miclaus (6):
dt-bindings: iio: adc: adi,ad4080: add support for AD4083
iio: adc: ad4080: add support for AD4083
dt-bindings: iio: adc: adi,ad4080: add support for AD4086
iio: adc: ad4080: add support for AD4086
dt-bindings: iio: adc: adi,ad4080: add support for AD4087
iio: adc: ad4080: add support for AD4087
.../bindings/iio/adc/adi,ad4080.yaml | 3 ++
drivers/iio/adc/ad4080.c | 45 +++++++++++++++++++
2 files changed, 48 insertions(+)
--
2.43.0
Powered by blists - more mailing lists