Skip to content

Commit 1c51879

Browse files
Marek VasutMarc Zyngier
authored andcommitted
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@foss.st.com> Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20230517194349.105745-1-marex@denx.de
1 parent 415e842 commit 1c51879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/irqchip/irq-stm32-exti.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ static const u8 stm32mp1_desc_irq[] = {
208208
[31] = 53,
209209
[32] = 82,
210210
[33] = 83,
211+
[46] = 151,
211212
[47] = 93,
212213
[48] = 138,
213214
[50] = 139,

0 commit comments

Comments
 (0)