Skip to content

Commit 1d47f48

Browse files
ydrallapMarc Zyngier
authored andcommitted
irqchip/stm32-exti: Add domain translate function
Domain translate function is needed to recover irq configuration parameters from DT node Fixes: 927abfc ("irqchip/stm32: Add stm32mp1 support with hierarchy domain") Signed-off-by: Loic Pallardy <loic.pallardy@st.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
1 parent bfeffd1 commit 1d47f48

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
@@ -822,6 +822,7 @@ static int __init stm32_exti_init(const struct stm32_exti_drv_data *drv_data,
822822
static const struct irq_domain_ops stm32_exti_h_domain_ops = {
823823
.alloc = stm32_exti_h_domain_alloc,
824824
.free = irq_domain_free_irqs_common,
825+
.xlate = irq_domain_xlate_twocell,
825826
};
826827

827828
static int

0 commit comments

Comments
 (0)