Re: [PATCH] arm64: dts: allwinner: a64: olinuxino: add user red LED

From: Chen-Yu Tsai
Date: Mon Mar 30 2020 - 21:20:26 EST


On Tue, Mar 31, 2020 at 1:53 AM Maxime Ripard <maxime@xxxxxxxxxx> wrote:
>
> On Wed, Mar 25, 2020 at 09:59:24PM +0100, Petr Åtetiar wrote:
> > There is a red LED marked as `GPIO_LED1` on the silkscreen and connected
> > to PE17 by default. So lets add this missing bit in the current hardware
> > description.
> >
> > Signed-off-by: Petr Åtetiar <ynezz@xxxxxxx>
>
> QUeued for 5.8, thanks!

The gpio-led binding seems to prefer "led-0" up to "led-f" (^led-[0-9a-f])
as the child node name. This was recently brought to my attention. Do we
want to follow suit here?

ChenYu