Skip to content

Commit 5f10364

Browse files
luca-fancellucarlescufi
authored andcommitted
soc: fvp_aemv8a: remove pl011 entry from mmu_regions array
pl011 driver uses the new device model and maps the mmio space, so there is no need anymore to add the entry to the mmu_region array. Signed-off-by: Luca Fancellu <[email protected]>
1 parent d626452 commit 5f10364

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

soc/arm64/arm/fvp_aemv8a/mmu_regions.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ static const struct arm_mmu_region mmu_regions[] = {
1818
DT_REG_ADDR_BY_IDX(DT_INST(0, arm_gic), 1),
1919
DT_REG_SIZE_BY_IDX(DT_INST(0, arm_gic), 1),
2020
MT_DEVICE_nGnRnE | MT_P_RW_U_NA | MT_DEFAULT_SECURE_STATE),
21-
22-
MMU_REGION_FLAT_ENTRY("UART",
23-
DT_REG_ADDR(DT_INST(0, arm_pl011)),
24-
DT_REG_SIZE(DT_INST(0, arm_pl011)),
25-
MT_DEVICE_nGnRnE | MT_P_RW_U_NA | MT_DEFAULT_SECURE_STATE),
2621
};
2722

2823
const struct arm_mmu_config mmu_config = {

0 commit comments

Comments
 (0)