diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-02-19 14:45:59 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-03-08 17:20:02 +0000 |
commit | 99865afc66bafca6f734712a897c0b68460f7757 (patch) | |
tree | 724f8c13e9c27bb8364bd25322ebb1280534ee3a /include | |
parent | 1292b93289f8545f416f1d25ee701caa91d24415 (diff) | |
download | qemu-99865afc66bafca6f734712a897c0b68460f7757.zip qemu-99865afc66bafca6f734712a897c0b68460f7757.tar.gz qemu-99865afc66bafca6f734712a897c0b68460f7757.tar.bz2 |
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')
-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 3f8f375..7416c08 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]; |