Skip to content
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

ADRV9009: Add Data Offload to ZC706 and ZCU102 platforms #2682

Merged
merged 2 commits into from
Jan 3, 2025

Conversation

AndrDragomir
Copy link
Contributor

PR Description

In the HDL design for adrv9009 with zc706, respectively zcu102, the DAC_FIFO component was replaced by Data Offload.
These devicetree changes were tested together with this PR: analogdevicesinc/hdl#1516

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)

// adi,oneshot;
// adi,bypass;
// adi,sync-config = <2>;
// adi,transfer-length = /bits/ 64 <0x10000>; // 2**16 bytes
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: I would remove code that´s commented... No point in keeping it. If you remove the above, you can also improve the commit title to keep the preferred style:

git log --oneline arch/arm/boot/dts

...
78938c031bef ARM: dts: socfpga_cyclone5_de10_nano*: Drop bogus address in unit name
abc5de225b4c ARM: dts: socfpga_cyclone5_de10_nano*: Cleanup fixed-clock definition
fe394b7ba488 ARM: dts: socfpga_cyclone5_de10_nano*: Drop leading zeros and hex prefix from node names
4474c4290363 ARM: dts: socfpga_cyclone5_de10_nano: Drop alias node
e82ea168cafc ARM: dts: socfpga_cyclone5_de10_nano: Align memory node to mainline usage
c2f0ec9c2dde ARM: dts: socfpga_cyclone5_de10_nano: Drop useless status = "okay" prop
12fdfa4b0448 ARM: dts: socfpga_cyclone5_de10_nano: Drop properties specific to U-Boot
9b90eed37554 ARM: dts: socfpga_cyclone5_de10_nano: Drop unused and undocumented properties

// adi,bypass;
// adi,sync-config = <2>;
// adi,transfer-length = /bits/ 64 <0x10000>; // 2**16 bytes
};
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same about commented code.... The more accurate commit title would be arm64: dts: xilinx: zcu102_adrv9009: ...

Add data offload in dts to support the new hdl changes in
analogdevicesinc/hdl#1516

Signed-off-by: AndrDragomir <[email protected]>
Add data offload in dts to support the new hdl changes in
analogdevicesinc/hdl#1516

Signed-off-by: AndrDragomir <[email protected]>
@AndrDragomir AndrDragomir force-pushed the adrv9009_data_offload branch from 521d554 to c3b4d4b Compare January 3, 2025 15:27
@AndrDragomir AndrDragomir merged commit 35e2d4d into main Jan 3, 2025
13 checks passed
@AndrDragomir AndrDragomir deleted the adrv9009_data_offload branch January 3, 2025 15:53
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