Re: [PATCH v2 3/9] gpio: ep93xx: Fix wrong irq numbers in port F
From: Linus Walleij <hidden>
Date: 2021-01-27 21:52:05
Also in:
lkml
From: Linus Walleij <hidden>
Date: 2021-01-27 21:52:05
Also in:
lkml
On Wed, Jan 27, 2021 at 11:46 AM Nikita Shubin [off-list ref] wrote:
Port F irq's should be statically mapped to EP93XX_GPIO_F_IRQ_BASE. So we need to specify girq->first otherwise: "If device tree is used, then first_irq will be 0 and irqs get mapped dynamically on the fly" And that's not the thing we want. Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
True, to satisfy old board file-type machines we unfortunately have to do this. Reviewed-by: Linus Walleij <redacted> Yours, Linus Walleij