Skip to content

Commit a00e85b

Browse files
Fabrice GasnierMarc Zyngier
authored andcommitted
irqchip/stm32-exti: Add all LP timer exti direct events support
Add all remaining LP timer exti direct events, e.g. for LP Timer 2 to 5. LP timer 1 is already listed (e.g. exti 47). Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/1602859219-15684-2-git-send-email-fabrice.gasnier@st.com
1 parent 57733e0 commit a00e85b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/irqchip/irq-stm32-exti.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ static const struct stm32_desc_irq stm32mp1_desc_irq[] = {
195195
{ .exti = 25, .irq_parent = 107, .chip = &stm32_exti_h_chip_direct },
196196
{ .exti = 30, .irq_parent = 52, .chip = &stm32_exti_h_chip_direct },
197197
{ .exti = 47, .irq_parent = 93, .chip = &stm32_exti_h_chip_direct },
198+
{ .exti = 48, .irq_parent = 138, .chip = &stm32_exti_h_chip_direct },
199+
{ .exti = 50, .irq_parent = 139, .chip = &stm32_exti_h_chip_direct },
200+
{ .exti = 52, .irq_parent = 140, .chip = &stm32_exti_h_chip_direct },
201+
{ .exti = 53, .irq_parent = 141, .chip = &stm32_exti_h_chip_direct },
198202
{ .exti = 54, .irq_parent = 135, .chip = &stm32_exti_h_chip_direct },
199203
{ .exti = 61, .irq_parent = 100, .chip = &stm32_exti_h_chip_direct },
200204
{ .exti = 65, .irq_parent = 144, .chip = &stm32_exti_h_chip },

0 commit comments

Comments
 (0)