Hi, On Sun, Apr 30, 2023 at 11:35:05AM +0200, Linus Walleij wrote: > Aaro reports problems on the OSK1 board after we altered > the dynamic base for GPIO allocations. > > It appears this happens because the OMAP driver now > allocates GPIO numbers dynamically, so all that is > references by number is a bit up in the air. There is still a problem that smc_irq is not working. It seems when I tested the previous version, I only quickly checked that the eth0 again probes and the link comes up, without testing any actual traffic - sorry. It seems the irq is stuck hi: gpiochip1: GPIOs 208-223, parent: platform/omap_gpio.1, gpio-0-15: gpio-208 ( |smc_irq ) in hi IRQ To fix it I had to add: irq_set_irq_type(gpiod_to_irq(d), IRQ_TYPE_EDGE_RISING); But I'm not sure why this is now needed? A.