Re: [PATCH v2 3/5] sh: mach-rsk: rsk7203: use static device properties for LEDs and GPIO buttons
Bartosz Golaszewski <[email protected]>
| Newsgroups | gmane.linux.kernel.renesas-soc,gmane.linux.ports.sh.devel,gmane.linux.kernel,gmane.linux.kernel.gpio |
|---|---|
| Message-ID | <CAMRc=MeCs57s5BSy7ypW0EKrii5sTC-Z1gZ_3J8arM4BnHMSwQ@mail.gmail.com> |
On Thu, 21 May 2026 07:13:19 +0200, Dmitry Torokhov <[email protected]> said: > Convert the board to use static device properties instead of platform > data to describe LEDs and GPIO-connected buttons on the board, so > that support for platform data can be removed from gpio-keys and other > drivers, unifying their behavior. > > Signed-off-by: Dmitry Torokhov <[email protected]> > --- Reviewed-by: Bartosz Golaszewski <[email protected]>