Re: [PATCH v2 5/5] sh: mach-rsk: rsk7203: convert pin configuration to using software nodes
Bartosz Golaszewski <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.ports.sh.devel,gmane.linux.kernel.renesas-soc,gmane.linux.kernel.gpio |
|---|---|
| Message-ID | <CAMRc=MfFDeFqo2n44VLZEEFhFOzfKX0bdO3DR08uiNC8LBZLXw@mail.gmail.com> |
On Thu, 21 May 2026 07:13:21 +0200, Dmitry Torokhov <[email protected]> said: > Replace legacy gpio_request() calls used to configure function pins > (SCIF0 TXD/RXD and LAN9118 IRQ) with software nodes describing GPIO > hogs. These hogs are attached to the PFC gpiochip node, allowing the > GPIO subsystem to automatically configure these pins when the driver is > registered. > > Assisted-by: Gemini:gemini-3.1-pro > Signed-off-by: Dmitry Torokhov <[email protected]> > --- Reviewed-by: Bartosz Golaszewski <[email protected]>