Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc0ba3c8 authored by Raghavendra Kakarla's avatar Raghavendra Kakarla
Browse files

irqchip: mpm: Forward the irq type for the mpm parent



This patch adds the logic to forward the irq type from
the mpm irq domain to its parent gic irq domain.

Change-Id: Id7c42ba59e0d003ffaa0a7951be4a2d3ffdb64a4
Signed-off-by: default avatarRaghavendra Kakarla <rkakarla@codeaurora.org>
parent d8534164
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -400,6 +400,7 @@ static int msm_mpm_gic_chip_alloc(struct irq_domain *domain,
	parent_fwspec.param_count = 3;
	parent_fwspec.param[0]    = 0;
	parent_fwspec.param[1]    = parent_hwirq;
	parent_fwspec.param[2]    = type;

	return irq_domain_alloc_irqs_parent(domain, virq, nr_irqs,
					    &parent_fwspec);