-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DC2677A - LTC235x: Initial Design #1130
Conversation
jemfgeronimo
commented
May 17, 2023
•
edited
Loading
edited
- supports cmos (default) and lvds mode using LVDS_CMOS_N parameter
- supports LTC235x family: 2358-18 (default), 2358-16, 2357-18, 2357-16, 2353-18, 2353-16 using LTC235X_FAMILY parameter
- needs softspan support in adc channel regmap from add: softspan support in adc channel regmap #1081
- needs adi_project_intel.tcl change from adi_project_intel.tcl: bugfix for ad_project_dir #1101
- to build, e.g, "make LVDS_CMOS_N=0 LTC235X_FAMILY=0"
- Linux Driver's PR: add ltc2358 support linux#2201
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than updating the DC2677A HDL Reference Design Wiki page, it looks good to me!
Was it tested in hardware? |
695d4a9
to
ed92947
Compare
6673f3c
to
aa6917b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0b57970
to
4e69218
Compare
Linux driver merged to master |
c86c989
to
78dcbb6
Compare
0982da5
to
793b6b9
Compare
Signed-off-by: Jem Geronimo <[email protected]>
Signed-off-by: Jem Geronimo <[email protected]>
793b6b9
to
0af6a5f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Both CMOS and LVDS modes for LTC2358-18 were built without errors or critical warnings.