]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
irqchip/stm32: Add exti0 translation for stm32mp1
authorLudovic Barre <ludovic.barre@st.com>
Tue, 17 Jul 2018 12:14:27 +0000 (14:14 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 19 Jul 2018 15:12:27 +0000 (16:12 +0100)
This patch fixes a datasheet issue, in the draft version the "exti0"
was not connected whereas is it.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-stm32-exti.c

index 3a7e8905a97e93e42fa9b7646a3ada306c18c4be..3df527fcf4e154b44bed2cc3c65787fef503db6c 100644 (file)
@@ -159,6 +159,7 @@ static const struct stm32_exti_bank *stm32mp1_exti_banks[] = {
 };
 
 static const struct stm32_desc_irq stm32mp1_desc_irq[] = {
+       { .exti = 0, .irq_parent = 6 },
        { .exti = 1, .irq_parent = 7 },
        { .exti = 2, .irq_parent = 8 },
        { .exti = 3, .irq_parent = 9 },