irqchip/renesas-intc-irqpin: r8a7778 IRLM setup support
Works the same as on r8a7779. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Marc Zyngier <marc.zyngier@arm.com> Link: http://lkml.kernel.org/r/1443607387-19147-1-git-send-email-geert+Brenesas@glider.be Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
99c221df33
commit
26c21dd988
@ -361,14 +361,16 @@ static const struct irq_domain_ops intc_irqpin_irq_domain_ops = {
|
|||||||
.xlate = irq_domain_xlate_twocell,
|
.xlate = irq_domain_xlate_twocell,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct intc_irqpin_irlm_config intc_irqpin_irlm_r8a7779 = {
|
static const struct intc_irqpin_irlm_config intc_irqpin_irlm_r8a777x = {
|
||||||
.irlm_bit = 23, /* ICR0.IRLM0 */
|
.irlm_bit = 23, /* ICR0.IRLM0 */
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct of_device_id intc_irqpin_dt_ids[] = {
|
static const struct of_device_id intc_irqpin_dt_ids[] = {
|
||||||
{ .compatible = "renesas,intc-irqpin", },
|
{ .compatible = "renesas,intc-irqpin", },
|
||||||
|
{ .compatible = "renesas,intc-irqpin-r8a7778",
|
||||||
|
.data = &intc_irqpin_irlm_r8a777x },
|
||||||
{ .compatible = "renesas,intc-irqpin-r8a7779",
|
{ .compatible = "renesas,intc-irqpin-r8a7779",
|
||||||
.data = &intc_irqpin_irlm_r8a7779 },
|
.data = &intc_irqpin_irlm_r8a777x },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, intc_irqpin_dt_ids);
|
MODULE_DEVICE_TABLE(of, intc_irqpin_dt_ids);
|
||||||
|
Loading…
Reference in New Issue
Block a user