-
Notifications
You must be signed in to change notification settings - Fork 909
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
Conversation
nunojsa
left a comment
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
|
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. |
@JRabacca, if you prefer. But it should be easy to get this fixed... Anyways, whatever easier for you :) |
|
I've reset it then rebased it to squash my commits. |
nunojsa
left a comment
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.
Just some last minute things I noticed
| @@ -0,0 +1,50 @@ | |||
| // SPDX-License-Identifier: GPL-2.0 | |||
| /* Copyright (C) 2024 Analog Devices Inc. */ | |||
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.
2025 :)
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.
I've corrected the copyright date to 2025. I did a rebase again to squash
| * hdl_project: <ad9467_fmc/zed> | ||
| * board_revision: <> | ||
| * | ||
| * Copyright (C) 2016-2019 Analog Devices Inc. |
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.
2025
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.
I've corrected the copyright date to 2025. I did a rebase again to squash
|
HDL project was merged to main |
nunojsa
left a comment
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.
Please fix your commit messages. It seems you somehow screw the up during the last rebase
Mainly copied from the Zedboard dts. Modified to be similar to other ZCU102 dts files. Signed-off-by: JRabacca <[email protected]>
This is to provide support for the ZCU102 AD9467 Signed-off-by: JRabacca <[email protected]>
Was this about the one commit that had an additional message about correcting copyright dates? |
Yes, and two signed-of-by tags |
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