[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <168698398896.404.16254885199442815024.tip-bot2@tip-bot2>
Date: Sat, 17 Jun 2023 06:39:48 -0000
From: "irqchip-bot for Marek Vasut" <tip-bot2@...utronix.de>
To: linux-kernel@...r.kernel.org
Cc: Antonio Borneo <antonio.borneo@...s.st.com>,
Marek Vasut <marex@...x.de>, Marc Zyngier <maz@...nel.org>,
tglx@...utronix.de
Subject: [irqchip: irq/irqchip-next] irqchip/stm32-exti: Add STM32MP15xx IWDG2
EXTI to GIC map
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@...x.de>
AuthorDate: Wed, 17 May 2023 21:43:47 +02:00
Committer: Marc Zyngier <maz@...nel.org>
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@...s.st.com>
Signed-off-by: Marek Vasut <marex@...x.de>
Signed-off-by: Marc Zyngier <maz@...nel.org>
Link: https://lore.kernel.org/r/20230517194349.105745-1-marex@denx.de
---
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,
Powered by blists - more mailing lists