mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
i.MX7D: Connect GPT timers to IRQ
So far the GPT timers were unable to raise IRQs to the processor. Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
9de9fa5cf2
commit
60c98e7205
2 changed files with 15 additions and 0 deletions
|
@ -235,6 +235,11 @@ enum FslIMX7IRQs {
|
|||
FSL_IMX7_USB2_IRQ = 42,
|
||||
FSL_IMX7_USB3_IRQ = 40,
|
||||
|
||||
FSL_IMX7_GPT1_IRQ = 55,
|
||||
FSL_IMX7_GPT2_IRQ = 54,
|
||||
FSL_IMX7_GPT3_IRQ = 53,
|
||||
FSL_IMX7_GPT4_IRQ = 52,
|
||||
|
||||
FSL_IMX7_WDOG1_IRQ = 78,
|
||||
FSL_IMX7_WDOG2_IRQ = 79,
|
||||
FSL_IMX7_WDOG3_IRQ = 10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue