Skip to content

Commit

Permalink
soc: mimx9: Remove SAI and EDMA static mappings
Browse files Browse the repository at this point in the history
TODO: add useful comment here

Signed-off-by: Laurentiu Mihalcea <[email protected]>
  • Loading branch information
LaurentiuM1234 committed Nov 23, 2023
1 parent eeb6bf7 commit 609b2f0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions soc/arm64/nxp_imx/mimx9/mmu_regions.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,6 @@ static const struct arm_mmu_region mmu_regions[] = {
DT_REG_SIZE(DT_NODELABEL(mu2_a)),
MT_DEVICE_nGnRnE | MT_P_RW_U_NA | MT_NS),

MMU_REGION_FLAT_ENTRY("SAI3",
DT_REG_ADDR(DT_NODELABEL(sai3)),
DT_REG_SIZE(DT_NODELABEL(sai3)),
MT_DEVICE_nGnRnE | MT_P_RW_U_NA | MT_NS),

MMU_REGION_FLAT_ENTRY("EDMA2_CH0",
DT_REG_ADDR(DT_NODELABEL(edma2_ch0)),
DT_REG_SIZE(DT_NODELABEL(edma2_ch0)),
MT_DEVICE_nGnRnE | MT_P_RW_U_NA | MT_NS),

MMU_REGION_FLAT_ENTRY("EDMA2_CH1",
DT_REG_ADDR(DT_NODELABEL(edma2_ch1)),
DT_REG_SIZE(DT_NODELABEL(edma2_ch1)),
MT_DEVICE_nGnRnE | MT_P_RW_U_NA | MT_NS),

MMU_REGION_FLAT_ENTRY("OUTBOX",
DT_REG_ADDR(DT_NODELABEL(outbox)),
DT_REG_SIZE(DT_NODELABEL(outbox)),
Expand Down

0 comments on commit 609b2f0

Please sign in to comment.