Commits

Anson Huang committed f46b4708c5a
MLK-11739-1 ARM: imx: support edge irq trigger for gpc GPC irq domain is a child domain of GIC, now all of platform irqs are inside GPC domain, during the module populate, all devices irq should have correct type setting in GIC, however, there is no .irq_set_type callback setting in GPC, so the irq_set_type will be skipped and cause edge raising type of irq work abnormally after kernel boot up. Since GPC has no irq type, so just tell kernel to use irq_chip_set_type_parent instead. Signed-off-by: Anson Huang <b20788@freescale.com>