Re: [PATCH v1 1/3] gpio: Get rid of duplicate of_node assignment in the drivers

From: Bartosz Golaszewski
Date: Fri Dec 17 2021 - 11:54:15 EST


On Thu, Dec 2, 2021 at 10:17 PM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> GPIO library does copy the of_node from the parent device of
> the GPIO chip, there is no need to repeat this in the individual
> drivers. Remove these assignment all at once.
>
> For the details one may look into the of_gpio_dev_init() implementation.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>

Queued the series for next, thanks!

Bart