Re: [PATCH v8 02/22] gpio: regmap: set gpio_chip of_node

From: Andy Shevchenko
Date: Thu Mar 18 2021 - 08:04:24 EST


On Wed, Mar 17, 2021 at 4:38 PM Álvaro Fernández Rojas
<noltari@xxxxxxxxx> wrote:
>
> This is needed for properly registering GPIO regmap as a child of a regmap
> pin controller.

...

> + /* gpiolib will use of_node of the parent if chip->of_node is NULL */
> + chip->of_node = to_of_node(config->fwnode);

As the kernel bot rightfully noticed this should be under ifdeffery (OF_GPIO?).

--
With Best Regards,
Andy Shevchenko