Skip to content

Conversation

JRabacca
Copy link

@JRabacca JRabacca commented Sep 25, 2025

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

  • Bug fix (a change that fixes an issue)
  • New feature (a change that adds new functionality)
  • Breaking change (a change that affects other repos or cause CIs to fail)

PR Checklist

  • I have conducted a self-review of my own code changes
  • I have tested the changes on the relevant hardware
  • I have updated the documentation outside this repo accordingly (if there is the case)

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.

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";
Copy link
Collaborator

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

Copy link
Author

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>;
Copy link
Collaborator

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

Copy link
Author

Choose a reason for hiding this comment

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

Removed in c19b6e4

JRabacca and others added 7 commits October 3, 2025 11:01
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]>
@JRabacca
Copy link
Author

JRabacca commented Oct 3, 2025

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.
Would it be preferable to just redo this whole thing from scratch and start a new pull request? I don't mind since the number of files I actually edited are small.

@sarpadi sarpadi requested a review from nunojsa October 17, 2025 09:47
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.

3 participants