On Wed, Jan 27, 2021 at 11:46 AM Nikita Shubin <[email protected]> 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 <[email protected]> True, to satisfy old board file-type machines we unfortunately have to do this. Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij

