-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
dma: nxp: edma: remove the hal-cfg-index
property
#79906
Conversation
hal-config-index
propertyhal-cfg-index
property
There was a problem hiding this 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)
5abf6e1
to
1eedc50
Compare
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]>
done |
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.