Skip to content

Conversation

union-galactic
Copy link

Updating Min values in response to issue #2811

PR Checklist

  • I have conducted a self-review of my own code changes
  • I have tested the changes on the relevant hardware

Updating Min values in response to issue analogdevicesinc#2811
Copy link
Collaborator

@nunojsa nunojsa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the path. In addition to my code comment, some things to improve:

  1. The commit needs a Signed-of-by tag. Run git commit -s when committing your changes;
  2. Please run git log --oneline drivers/iio/adc and see the style for the commit subject;
  3. Related with 2, add a better commit description. Maybe use some of the description of the issue.

phy->ad9208.input_clk_min_hz = 24000000ULL;
phy->ad9208.input_clk_max_hz = 1300000000ULL;
phy->ad9208.adc_clk_min_hz = 625000000ULL;
phy->ad9208.adc_clk_min_hz = 24000000ULL;
Copy link
Collaborator

@nunojsa nunojsa Sep 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But now you broke systems running AD9208-1300 right? So you need to define a new compatible and to be consistent do it as for the ID_DUAL case so you can differentiate between variants and set the proper value. This would be straight forward way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants