Re: [PATCH] ARM: s3c: use gpio lookup table for LEDs
From: Arnd Bergmann
Date: Mon Apr 27 2026 - 10:45:45 EST
On Mon, Apr 27, 2026, at 16:35, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
Sorry, I accidentally sent this without a changelog text, this should
have contained
"The crag6410 board is one of the last users of the gpio-led driver
with plain gpio numbers. The driver has several ways to pass this
information without using gpio numbers, using a lookup table is
the easiest way."
Arnd