mbox series

[v2,0/2] PinePhone: enable LED on boot for improved

Message ID 20210908191420.138444-1-arnaud.ferraris@collabora.com
Headers show
Series PinePhone: enable LED on boot for improved | expand

Message

Arnaud Ferraris Sept. 8, 2021, 7:14 p.m. UTC
Hi,

As the PinePhone doesn't provide any visual feedback when booting, these
patches take advantage of the built-in RGB LED to indicate the device
is indeed powered on.

I've been carrying those downstream in Mobian for some time now,
allowing users to see their phone is booting (otherwise it can be
several seconds before the kernel is loaded and able to show a sign of
life).

Best regards,
Arnaud

--
Changes in v2:
  - limit the amount of #ifdef's in board.c
  - add a Reviewed-by record

Arnaud Ferraris (2):
      board: sunxi: enable status LED early
      pinephone_defconfig: add support for early-boot status LED

 board/sunxi/board.c         | 6 ++++++
 configs/pinephone_defconfig | 6 ++++++
 2 files changed, 12 insertions(+)