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

soc: mimx9: Remove SAI and EDMA static mappings #65679

Conversation

LaurentiuM1234
Copy link
Collaborator

@LaurentiuM1234 LaurentiuM1234 commented Nov 23, 2023

With the introduction of the SAI and EDMA drivers, there's
no longer a need to map the MMIOs using the mmu_regions.c
method since this is taken care of by the drivers via
device_map(). As such, remove entries for EDMA and SAI from
mmu_regions.c.

With the introduction of the SAI and EDMA drivers, there's
no longer a need to map the MMIOs using the mmu_regions.c
method since this is taken care of by the drivers via
device_map(). As such, remove entries for EDMA and SAI from
mmu_regions.c.

Signed-off-by: Laurentiu Mihalcea <[email protected]>
@LaurentiuM1234 LaurentiuM1234 marked this pull request as ready for review January 17, 2024 09:19
@zephyrbot zephyrbot added the area: ARM64 ARM (64-bit) Architecture label Jan 17, 2024
@LaurentiuM1234
Copy link
Collaborator Author

Just realized this may break git bisect so putting on hold until #65671 gets merged.

@LaurentiuM1234 LaurentiuM1234 marked this pull request as draft January 17, 2024 09:44
@LaurentiuM1234 LaurentiuM1234 marked this pull request as ready for review January 23, 2024 16:42
@LaurentiuM1234
Copy link
Collaborator Author

dependency merged, should be good to go as well

@carlescufi carlescufi merged commit 033d87d into zephyrproject-rtos:main Jan 24, 2024
20 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants