aboutsummaryrefslogtreecommitdiff
path: root/include/hw/timer
diff options
context:
space:
mode:
authorBernhard Beschow <shentey@gmail.com>2025-02-23 12:47:03 +0100
committerPeter Maydell <peter.maydell@linaro.org>2025-02-25 17:03:46 +0000
commitf8b26121762c17af9869b0ec7ccbda6df4ea37f8 (patch)
tree2e210d8720db4ac3a529750745e0f044cb19f768 /include/hw/timer
parent1ac21eb8fbb0297716a6c525e91196a247302b2b (diff)
downloadqemu-f8b26121762c17af9869b0ec7ccbda6df4ea37f8.zip
qemu-f8b26121762c17af9869b0ec7ccbda6df4ea37f8.tar.gz
qemu-f8b26121762c17af9869b0ec7ccbda6df4ea37f8.tar.bz2
hw/arm/fsl-imx8mp: Implement general purpose timers
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Bernhard Beschow <shentey@gmail.com> Message-id: 20250223114708.1780-14-shentey@gmail.com [PMM: drop static const from gpt_attrs for GCC 7.5] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/timer')
-rw-r--r--include/hw/timer/imx_gpt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/timer/imx_gpt.h b/include/hw/timer/imx_gpt.h
index 5a1230d..5488f7e 100644
--- a/include/hw/timer/imx_gpt.h
+++ b/include/hw/timer/imx_gpt.h
@@ -80,6 +80,7 @@
#define TYPE_IMX6_GPT "imx6.gpt"
#define TYPE_IMX6UL_GPT "imx6ul.gpt"
#define TYPE_IMX7_GPT "imx7.gpt"
+#define TYPE_IMX8MP_GPT "imx8mp.gpt"
#define TYPE_IMX_GPT TYPE_IMX25_GPT