ad4885 backport - #3554
Merged
Merged
ad4885 backport#3554
Conversation
Add AD4885 compatible string to the AD4080 devicetree binding. The AD4885 is a dual-channel, 16-bit, 10 MSPS SAR ADC, sharing the same register map and interface as the AD4080 family. Like the AD4884, it requires two SPI chip selects and two io-backends for its independent ADC channels. The AD4885 is the dual-channel variant of the AD4085 and differs from the AD4884 in its maximum throughput and LVDS conversion clock count, which requires distinct chip configuration in the driver, precluding a fallback compatible. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com> Link: https://patch.msgid.link/20260907101944.9748-2-antoniu.miclaus@analog.com Signed-off-by: Jonathan Cameron <jonathan.cameron@oss.qualcomm.com>
Add support for the AD4885, a dual-channel, 16-bit, 10 MSPS SAR ADC. The AD4885 is the dual-channel variant of the AD4085, sharing the same register map and SPI interface as the rest of the AD4080 family. Like the AD4884, it uses two independent ADC channels, each with its own SPI configuration interface, but it runs at a lower maximum throughput and therefore uses the same maximum LVDS conversion clock count as the AD4085. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com> Link: https://patch.msgid.link/20260907101944.9748-3-antoniu.miclaus@analog.com Signed-off-by: Jonathan Cameron <jonathan.cameron@oss.qualcomm.com>
amiclaus
requested review from
CiprianRegus,
btogorean,
buha,
chegbeli,
danmois,
dbogdan,
machschmitt,
mhennerich,
nunojsa,
rbolboac and
stefpopa
as code owners
September 21, 2026 11:06
gastmaier
approved these changes
Sep 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
dt-bindings: iio: adc: ad4080: add AD4885 support
iio: adc: ad4080: add support for AD4885
PR Type
PR Checklist