-
Notifications
You must be signed in to change notification settings - Fork 904
Added ZCU102 version for the AD9467 #2957
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
base: main
Are you sure you want to change the base?
Conversation
Update to match main
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.
Hi,
Thanks for your contribution. Some comments though:
- Please don't do merge commits;
- Use proper commit subjects (following the kernel style)
Having the above in mind, please:
- Rebase the branch onto main to remove merge commits
- Use git log --oneline on the relevant directories to see proper commit message examples (suggestion below):
arm64: dts: xilinx: add AD9467 support for ZCU102
arm64: defconfig: add AD9467 firmware files
}; | ||
|
||
&fmc_spi { | ||
status = "okay"; |
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.
Wrong indentation. Please use tabs
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.
Changed to tab in c19b6e4
spi-max-frequency = <10000000>; | ||
adi,spi-3wire-enable; | ||
|
||
// clocks = <&clk_ad9517 3>; |
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.
Drop commented lines unless there's a good reason to keep them
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.
Removed in c19b6e4
This is to provide support for the ZCU102 AD9467 Signed-off-by: JRabacca <[email protected]>
Mainly copied from the Zedboard dts. Modified to be similar to other ZCU102 dts files. Signed-off-by: JRabacca <[email protected]>
The CI, that patches other branches, is only meaningful at the main repo. Mirroring of the patched branches can be done with the mirroring procedure. Signed-off-by: Jorge Marques <[email protected]>
Fix missing repo name. Signed-off-by: Jorge Marques <[email protected]>
Fix -Wcast-function-type-strict thrown by LLVM by explicity defining a compatible function to disable the clk. On top of that add proper error handling on devm_add_action_or_reset() call. Signed-off-by: Nuno Sá <[email protected]>
At a job without checkout, the folder won't exist, curl to root instead. Signed-off-by: Jorge Marques <[email protected]>
Signed-off-by: JRabacca <[email protected]>
Hi I rebased the commits, reworded the commit subjects, and changed the spaces to tabs. Unfortunately, I messed up somewhere and the commits that were previously authored and push by other people are appearing as a commit on mine. |
PR Description
Created a new dts and dtsi files for the AD9467 on the ZCU102. The files were based on the Zedboard versions. They were then modified to match the needs of ZCU102. This included additional i2c and system info nodes and changes to base addresses.
To be merged together with the HDL PR analogdevicesinc/hdl#1924
PR Type
PR Checklist