Re: [PATCH v4 2/2] gpio: realtek-otto: add pinctrl support

From: Michael Zavertkin

Date: Wed Sep 02 2026 - 09:10:22 EST


On Wed, Sep 02, 2026 at 11:27:50AM +0200, Bartosz Golaszewski wrote:
> On Thu, Aug 27, 2026 at 4:29 PM Michael Zavertkin
> <misha.zavertkin@xxxxxxx> wrote:
> >
> > RTL9607C relies on pinctrl to mux SoC pins. Use pinctrl to request pins
> > for GPIO.
> > pinctrl driver for other SoCs might be implemented later.
> >
>
> So for now shouldn't you make it conditional on the compatible for
> this one model?
>
> Bart

It might, but enabling it for all will spare time if/when pin
controllers for other SoCs will be implemented. And it doesn't change
anything if pinctrl not enabled/provided for them.