On Thu, Sep 8, 2022 at 7:39 AM Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> wrote: > There is no need for of_find_spi_cs_gpio() to be different from other > quirks: the only variant of property actually used in DTS is "gpios" > (plural) so we can use of_get_named_gpiod_flags() instead of recursing > into of_find_gpio() again. > > This will allow us consolidate quirk handling down the road. > > Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Yours, Linus Walleij