Merged
Conversation
Lane rate computation must use the JESD204 parameter N'(NP). Fixes: 7d4673d ("iio: adc: ad9208: Initial HS ADC AD9208 family support") Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Only set vco_cfg when its initialized. Fixes: 06897d6 ("iio: adc: ad9208: Enable ad9680 support in the ad9208 device driver") Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Add AD9528 to the topology since it declares itself as jesd204-device; Since we have two separate typologies and only one clock chip. Make sure we include it in the topology which gets initialized first. Otherwise the CLK_SYNC state will reset the clocks and thus causing a link drop. This requires that the clock chip defaults match the other unhanded link. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
nunojsa
approved these changes
Nov 22, 2023
| jesd204-top-device = <0>; /* This is the TOP device */ | ||
| jesd204-link-ids = <0>; | ||
| jesd204-inputs = <&axi_ad9680_core 0 0>; | ||
| //jesd204-ignore-errors; |
Collaborator
There was a problem hiding this comment.
nit: I would remove the line as it's a comment
Contributor
Author
There was a problem hiding this comment.
It's a useful comment for support purposes. If someone runs into this problem again. It's easier to just point to that line and instruct uncomment...
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.
No description provided.