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

Andy Shevchenko andy.shevchenko at gmail.com
Thu Mar 18 12:03:06 GMT 2021


On Wed, Mar 17, 2021 at 4:38 PM Álvaro Fernández Rojas
<noltari at gmail.com> 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



More information about the linux-arm-kernel mailing list