AD9083-EVB: Add VCU118 support#3329
Open
AndrDragomir wants to merge 3 commits into
Open
Conversation
Initial device tree for vcu118_ad9083 Signed-off-by: AndrDragomir <andrei.dragomir@analog.com>
b80b6ad to
0205880
Compare
Collaborator
|
Hi @AndrDragomir , can you fix from the ci run, |
Collaborator
|
Actually it is the API stuff. it does not match the very long exceptions patterns at https://github.com/analogdevicesinc/linux/blob/ci/ci/build.sh#L37 |
Fixed bad expressions in ad9083 API.
- adi_ad9083_rx.c: Overflow due to divisor being u32
Missing NCO bypass for AD9083_DATAPATH_ADC_J
- adi_ad9083_hal.c: Wrong order of operations
Signed-off-by: AndrDragomir <andrei.dragomir@analog.com>
Enable sign extension in the HDL ad_datafmt module for all channels. Without this, for NP=12, 2's complement samples are zero-padded to 16 bits instead of sign-extended, corrupting negative values Signed-off-by: AndrDragomir <andrei.dragomir@analog.com>
0205880 to
017449f
Compare
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
New device tree and driver fixes to suppot AD9083-EVB on VCU118 with maximum performance.
PR Type
PR Checklist