Re: [PATCH 20/20] Enable led on boot to notify user of boot status

2021-02-25 Thread Peter Robinson
On Thu, Feb 25, 2021 at 3:17 PM André Przywara wrote: > > On 20/02/2021 12:14, Nicolas Boulenguez wrote: > > From: Marius Gripsgard > > Hi, > > This is not really Pinephone specific, actually not even sunxi specific. > I see two better ways of solving this: > > - We introduce some generic code

Re: [PATCH 20/20] Enable led on boot to notify user of boot status

2021-02-25 Thread André Przywara
On 20/02/2021 12:14, Nicolas Boulenguez wrote: > From: Marius Gripsgard Hi, This is not really Pinephone specific, actually not even sunxi specific. I see two better ways of solving this: - We introduce some generic code to find "gpio-leds" subnodes in the DT, which have a default-state = "on"

[PATCH 20/20] Enable led on boot to notify user of boot status

2021-02-20 Thread Nicolas Boulenguez
From: Marius Gripsgard --- arch/arm/mach-sunxi/Kconfig | 5 + board/sunxi/board.c | 4 ++-- configs/pinephone_defconfig | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 8421f3b685..2bfdf7738b 100644