On 6/1/24 19:15, Samuel Tardieu wrote:
A SoC will not have a direct access to the NVIC embedded in its ARM
core. By aliasing the "num-prio-bits" property similarly to what is
done for the "num-irq" one, a SoC can easily configure it on its
armv7m instance.
Signed-off-by: Samuel Tardieu <s...@rfc1149.net>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
---
hw/arm/armv7m.c | 2 ++
include/hw/arm/armv7m.h | 1 +
2 files changed, 3 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>