Re: [PATCH 1/3] leds: simatic-ipc-leds-gpio: move two extra gpio pins into another table

From: Andy Shevchenko
Date: Tue Feb 21 2023 - 08:45:20 EST


On Tue, Feb 21, 2023 at 01:24:12PM +0100, Henning Schild wrote:
> There are two special pins needed to init the LEDs. We used to have them
> at the end of the gpiod_lookup table to give to "leds-gpio". A cleaner
> way is to have a dedicated table for the special pins.

...

> +static struct gpiod_lookup_table simatic_ipc_led_gpio_table_127e_extra = {

> + .dev_id = NULL,

No need.

...

> +static struct gpiod_lookup_table simatic_ipc_led_gpio_table_227g_extra = {

> + .dev_id = NULL,

Ditto.

--
With Best Regards,
Andy Shevchenko