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

From: Bartosz Golaszewski

Date: Wed Sep 02 2026 - 05:31:38 EST


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