boards: arm: mps2_an521: remove the arm,num-mpu-regions property

The SSE-200 implementation on AN521 only has 8 regions.
Although the AN521 FPGA image implements the documented value,
qemu-system-arm currently shows in MPU_TYPE the incorrect value of 16.

Removing the property definition allows the code to rely on the register
read value and work on both qemu-system-arm & the physical board.

Signed-off-by: Wilfried Chauveau <wilfried.chauveau@arm.com>
This commit is contained in:
Wilfried Chauveau 2023-07-25 10:30:26 +01:00 committed by Fabio Baltieri
parent 3fcc505b41
commit 784355aeb3

View file

@ -79,7 +79,6 @@
mpu: mpu@e000ed90 { mpu: mpu@e000ed90 {
compatible = "arm,armv8m-mpu"; compatible = "arm,armv8m-mpu";
reg = <0xe000ed90 0x40>; reg = <0xe000ed90 0x40>;
arm,num-mpu-regions = <16>;
}; };
}; };
}; };