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

dma: nxp: edma: remove the hal-cfg-index property #79906

Merged

Conversation

LaurentiuM1234
Copy link
Collaborator

The HAL configuration binding can be done dynamically based on the IP's address space. The hal-config-index property is more tied to software rather than hardware so remove it as an attempt to clean up the binding.

@LaurentiuM1234 LaurentiuM1234 changed the title dma: nxp: edma: remove the hal-config-index property dma: nxp: edma: remove the hal-cfg-index property Oct 16, 2024
Copy link
Member

@decsny decsny left a comment

Choose a reason for hiding this comment

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

I actually just realized, this might break bisectibility due to removing the property in a commit before the binding change, I think it will cause an EDT error, please just squash those two commits into one (and honestly the whole PR could be a single commit)

The HAL configuration binding can be done dynamically based on the
IP's address space. The `hal-cfg-index` property is more tied to
software rather than hardware so remove it as an attempt to clean
up the binding.

Signed-off-by: Laurentiu Mihalcea <[email protected]>
@LaurentiuM1234
Copy link
Collaborator Author

I actually just realized, this might break bisectibility due to removing the property in a commit before the binding change, I think it will cause an EDT error, please just squash those two commits into one (and honestly the whole PR could be a single commit)

done

@nashif nashif merged commit f754e09 into zephyrproject-rtos:main Nov 16, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ARM64 ARM (64-bit) Architecture area: DMA Direct Memory Access platform: NXP Drivers NXP Semiconductors, drivers platform: NXP MPU platform: NXP NXP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants