]> git.ipfire.org Git - thirdparty/u-boot.git/commit
sunxi: configs: enable power LEDs on 64-bit boards
authorAndre Przywara <andre.przywara@arm.com>
Tue, 7 Apr 2026 22:34:47 +0000 (00:34 +0200)
committerAndre Przywara <andre.przywara@arm.com>
Thu, 30 Apr 2026 21:31:03 +0000 (23:31 +0200)
commit06b3ae910f10c8d13ea733c05ee75cf0a4fec6fd
tree08c137df0e34643f3a2216e5d9cec9407deaf1de
parentc3297cb93efb134cabf2138f867a811aaefb4e8a
sunxi: configs: enable power LEDs on 64-bit boards

We recently gained a simple way to enable a power LED very early in the
SPL boot, through simple Kconfig variables.

Add those symbols to those boards' defconfigs where the DT indicates a
default-on power LED. The number used is <port bank> * 32 + <pin no>,
an active low setup means CONFIG_SPL_SUNXI_LED_STATUS_ACTIVE_HIGH must be
undefined.

This will light up the power LED very early in the (SPL) boot phase on
those 64-bit boards.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Paul Kocialkowski <paulk@sys-base.io>
15 files changed:
configs/anbernic_rg35xx_h700_defconfig
configs/bananapi_m64_defconfig
configs/beelink_gs1_defconfig
configs/liontron-h-a133l_defconfig
configs/nanopi_neo2_defconfig
configs/nanopi_neo_plus2_defconfig
configs/orangepi_3_defconfig
configs/orangepi_lite2_defconfig
configs/orangepi_pc2_defconfig
configs/orangepi_prime_defconfig
configs/orangepi_zero2_defconfig
configs/orangepi_zero_plus2_defconfig
configs/orangepi_zero_plus_defconfig
configs/radxa-cubie-a5e_defconfig
configs/tanix_tx1_defconfig