Skip to content

arm: dts: xilinx: fmcomms11: Add Data Offload #2810

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

podgori
Copy link
Contributor

@podgori podgori commented Jun 5, 2025

Add data offload in dts to support the new HDL changes.
Related to: analogdevicesinc/hdl#1603

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)

Add data offload in dts to support the new HDL changes.

Signed-off-by: Ionut Podgoreanu <ionut.podgoreanu@analog.com>
axi_data_offload_rx: axi-data-offload-1@7c410000 {
compatible = "adi,axi-data-offload-1.0.a";
reg = <0x7c410000 0x10000>;
};
Copy link
Collaborator

Choose a reason for hiding this comment

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

And the rx? Where is it being referenced?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only the DAC driver uses it during the probe function.

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.

2 participants