diff options
| author | Bernhard Beschow <shentey@gmail.com> | 2025-02-23 12:47:03 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2025-02-25 17:03:46 +0000 |
| commit | f8b26121762c17af9869b0ec7ccbda6df4ea37f8 (patch) | |
| tree | 2e210d8720db4ac3a529750745e0f044cb19f768 /include/hw/timer/imx_gpt.h | |
| parent | 1ac21eb8fbb0297716a6c525e91196a247302b2b (diff) | |
| download | focaccia-qemu-f8b26121762c17af9869b0ec7ccbda6df4ea37f8.tar.gz focaccia-qemu-f8b26121762c17af9869b0ec7ccbda6df4ea37f8.zip | |
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/imx_gpt.h')
| -rw-r--r-- | include/hw/timer/imx_gpt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/timer/imx_gpt.h b/include/hw/timer/imx_gpt.h index 5a1230da35..5488f7e4df 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 |