[irqchip: irq/irqchip-next] irqchip/stm32-exti: Add STM32MP15xx IWDG2 EXTI to GIC map

From: irqchip-bot for Marek Vasut
Date: Sat Jun 17 2023 - 02:40:17 EST


The following commit has been merged into the irq/irqchip-next branch of irqchip:

Commit-ID: 1c5187968846fd252d42924fd54f3aad5a6ad7ff
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/1c5187968846fd252d42924fd54f3aad5a6ad7ff
Author: Marek Vasut <marex@xxxxxxx>
AuthorDate: Wed, 17 May 2023 21:43:47 +02:00
Committer: Marc Zyngier <maz@xxxxxxxxxx>
CommitterDate: Sat, 17 Jun 2023 07:25:32 +01:00

irqchip/stm32-exti: Add STM32MP15xx IWDG2 EXTI to GIC map

The EXTI interrupt 46 is mapped to GIC interrupt 151. Add the
missing mapping, which is used for IWDG2 pretimeout interrupt
and wake up source.

Reviewed-by: Antonio Borneo <antonio.borneo@xxxxxxxxxxx>
Signed-off-by: Marek Vasut <marex@xxxxxxx>
Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx>
Link: https://lore.kernel.org/r/20230517194349.105745-1-marex@xxxxxxx
---
drivers/irqchip/irq-stm32-exti.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c
index 6a3f749..f684be7 100644
--- a/drivers/irqchip/irq-stm32-exti.c
+++ b/drivers/irqchip/irq-stm32-exti.c
@@ -208,6 +208,7 @@ static const u8 stm32mp1_desc_irq[] = {
[31] = 53,
[32] = 82,
[33] = 83,
+ [46] = 151,
[47] = 93,
[48] = 138,
[50] = 139,