Re: [PATCH] gpio: realtek-otto: add pinctrl support
Linus Walleij <[email protected]>
| Newsgroups | org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAD++jLmXdmgWPenz=2VspSZHa4e7bWYJLyDrWDMjaEXHHKBy7Q@mail.gmail.com> |
On Sat, Jul 25, 2026 at 9:46 AM Michael Zavertkin <[email protected]> wrote: > RTL9607C relies on pinctrl to mux SoC pins. Use pinctrl to request pins > for GPIO > > Signed-off-by: Michael Zavertkin <[email protected]> That's neat! > + 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