Skip to content

Conversation

@JRabacca
Copy link
Contributor

@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
Contributor 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
Contributor 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
Copy link
Contributor 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
@nunojsa
Copy link
Collaborator

nunojsa commented Oct 28, 2025

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.

@JRabacca, if you prefer. But it should be easy to get this fixed... Anyways, whatever easier for you :)

@JRabacca
Copy link
Contributor Author

JRabacca commented Nov 6, 2025

I've reset it then rebased it to squash my commits.

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.

Just some last minute things I noticed

@@ -0,0 +1,50 @@
// SPDX-License-Identifier: GPL-2.0
/* Copyright (C) 2024 Analog Devices Inc. */
Copy link
Collaborator

Choose a reason for hiding this comment

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

2025 :)

Copy link
Contributor Author

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

Choose a reason for hiding this comment

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

2025

Copy link
Contributor Author

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

@sarpadi
Copy link
Contributor

sarpadi commented Nov 10, 2025

HDL project was merged to main

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.

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]>
@JRabacca
Copy link
Contributor Author

Please fix your commit messages. It seems you somehow screw the up during the last rebase

Was this about the one commit that had an additional message about correcting copyright dates?
I've rebase->reword that commit to remove the added message.

@nunojsa
Copy link
Collaborator

nunojsa commented Nov 11, 2025

Was this about the one commit that had an additional message about correcting copyright dates?
I've rebase->reword that commit to remove the added message.

Yes, and two signed-of-by tags

@nunojsa nunojsa merged commit 2449a08 into analogdevicesinc:main Nov 11, 2025
10 checks passed
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