On Thu, Sep 1, 2022 at 5:14 PM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > > On Tue, Aug 30, 2022 at 9:39 PM Andy Shevchenko > <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > > GPIO library now accepts fwnode as a firmware node, so > > switch the driver to use it. > > > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > Patch looks all right but I don't understand the compile error from > the kernelbot... device_get_named_child_node() isn't available > on arc? No idea what's wrong here :( No, it's simple as I used dev when there is no such variable defined and for some reason I missed a compilation on my side. In any case there is a v2 of it which compiles at least on x86. -- With Best Regards, Andy Shevchenko