diff options
author | Peter Maydell | 2021-02-19 15:45:59 +0100 |
---|---|---|
committer | Peter Maydell | 2021-03-08 18:20:02 +0100 |
commit | 99865afc66bafca6f734712a897c0b68460f7757 (patch) | |
tree | 724f8c13e9c27bb8364bd25322ebb1280534ee3a /include/hw | |
parent | hw/arm/armsse: Move watchdogs into data-driven framework (diff) | |
download | qemu-99865afc66bafca6f734712a897c0b68460f7757.tar.gz qemu-99865afc66bafca6f734712a897c0b68460f7757.tar.xz qemu-99865afc66bafca6f734712a897c0b68460f7757.zip |
hw/arm/armsse: Move s32ktimer into data-driven framework
Move the CMSDK timer that uses the S32K slow clock into the data-driven
device placement framework.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210219144617.4782-27-peter.maydell@linaro.org
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/arm/armsse.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/hw/arm/armsse.h b/include/hw/arm/armsse.h index 3f8f375057..7416c08a80 100644 --- a/include/hw/arm/armsse.h +++ b/include/hw/arm/armsse.h @@ -158,8 +158,7 @@ struct ARMSSE { IoTKitSecCtl secctl; TZPPC apb_ppc[NUM_INTERNAL_PPCS]; TZMPC mpc[IOTS_NUM_MPC]; - CMSDKAPBTimer timer[2]; - CMSDKAPBTimer s32ktimer; + CMSDKAPBTimer timer[3]; qemu_or_irq ppc_irq_orgate; SplitIRQ sec_resp_splitter; SplitIRQ ppc_irq_splitter[NUM_PPCS]; |