Re: [PATCH v2 1/2] gpio: fxl6408: Add optional reset gpio control
From: Jisheng Zhang
Date: Wed Nov 19 2025 - 07:31:15 EST
On Mon, Nov 17, 2025 at 11:01:47AM +0100, Bartosz Golaszewski wrote:
> On Mon, Nov 17, 2025 at 1:32 AM Jisheng Zhang <jszhang@xxxxxxxxxx> wrote:
> >
> > Add optional active low reset-gpios pin control. If present, de-assert
> > the specified reset gpio pin to bring the chip out of reset.
> >
> > Signed-off-by: Jisheng Zhang <jszhang@xxxxxxxxxx>
> > ---
>
> This is covered by the bindings at gpio/trivial-gpio.yaml but the
> document does not describe a reset-gpios pin. This series doesn't add
> any users of it either. What platform do you want to use it on?
the platform hasn't been upstreamed, but you raise a good question, let
me drop this patch now. Will send out a v2.
>
> Bartosz