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

Michael Zavertkin <[email protected]> Sun, 26 Jul 2026 22:21:27 +0700
Newsgroups org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel
Message-ID <amYl90gvP3QSuTcP@gamepc>
On Sat, Jul 25, 2026 at 04:10:54PM +0200, Linus Walleij wrote:
> On Sat, Jul 25, 2026 at 9:46 AM Michael Zavertkin
> <[email protected]> wrote:
> > +       if (dev_flags & GPIO_PINCTRL) {
> > +               gen_gc_flags |= GPIO_GENERIC_PINCTRL_BACKEND;
> > +       }
> 
> Drop the ellipsis {}.
> 
> With that fix:
> Reviewed-by: Linus Walleij <[email protected]>
> 
> Yours,
> Linus Walleij
No problem
Should I also add pinctrl property to required in realtek,otto-gpio.yaml
for realtek,rtl9607-gpio?