AD4630-20 support#3119
Open
machschmitt wants to merge 2 commits into
Open
Conversation
AD4630-20, AD4631-20, and AD4632-20 default output mode is 20-bit precision. Consider the proper amount of data precision when using one of those. While at it, also set 16-bit default precision for AD4630-16 and similar ADCs. Signed-off-by: Marcelo Schmitt <marcelo.schmitt@analog.com>
Add support for 20-bit precision AD4630-20 and similar ADCs. Signed-off-by: Marcelo Schmitt <marcelo.schmitt@analog.com>
3b4472d to
97fde8c
Compare
buha
approved these changes
Jun 5, 2026
rbolboac
reviewed
Jun 5, 2026
Contributor
rbolboac
left a comment
There was a problem hiding this comment.
just a nit from my side
Comment on lines
+763
to
+765
| case ID_AD4630_16: | ||
| case ID_AD4631_16: | ||
| case ID_AD4632_16: |
Contributor
There was a problem hiding this comment.
I would change this in a different commit
Contributor
Author
There was a problem hiding this comment.
okay, will update accordingly.
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.
Pull Request Description
Extend AD463x device driver and project to also support AD4630-20 and similar 20-bit precision ADCs.
PR Type
PR Checklist