On Wed, Feb 28, 2024 at 12:28 PM Théo Lebrun <theo.lebrun@xxxxxxxxxxx> wrote: > Avoid OF APIs in the GPIO subsystem. Here, replace > of_find_device_by_node() call by bus_find_device_by_of_node(). > > The new helper returns a struct device pointer. Store it in a new local > variable and use it down the road. > > Signed-off-by: Théo Lebrun <theo.lebrun@xxxxxxxxxxx> Patch applied! Yours, Linus Walleij