On Wed, Sep 28, 2022 at 10:20 PM Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> wrote: > Pin descriptions for this chip only look like standard GPIO device tree > descriptions, while in fact they contain additional data (in excess of > number of cells specified in description of gpio controllers). They also > refer to only pins/gpios belonging to the driver and not to arbitrary > gpio in the system. > > Because we want to stop exporting OF-specific handlers from gpiolib-of, > let's parse the pin reference ourself instead of trying to call > of_get_named_gpio(). > > Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Excellent work as usual, patch applied. Yours, Linus Walleij