[PATCH v1 00/11] stm32mp1: Update led management for stm32mp1 boards
Patrice CHOTARD
patrice.chotard at foss.st.com
Tue Nov 4 09:55:46 CET 2025
On 10/9/25 15:53, Patrice Chotard wrote:
> - Drop old LED code from STM32F429-discovery.
> - Update LED management for stm32mp1 boards.
> - Enable stm32mp13/15 LED_BOOT flag.
> - Make usage of /options/u-boot/ to configure led in stm32mp1x-u-boot.dtsi.
>
> Patrice Chotard (10):
> board: st: Update LED management for stm32mp1
> ARM: dts: Update config node for stm32mp135f-dk-u-boot
> ARM: dts: Update config node for stm32mp157a-dk1-u-boot
> ARM: dts: Update config node for stm32mp137a-dk1-scmi-u-boot
> ARM: dts: Update config node for stm32mp157c-ed1-u-boot
> ARM: dts: Update config node for stm32mp157c-ed1-scmi-u-boot
> configs: stm32mp13: Enable LED_BOOT for stm32mp13_defconfig
> configs: stm32mp15: Enable LED_BOOT for stm32mp15_defconfig
> configs: stm32mp15: Enable LED_BOOT for stm32mp15_basic_defconfig
> configs: stm32mp15: Enable LED_BOOT for stm32mp15_trusted_defconfig
>
> Simon Glass (1):
> board: st: Drop old LED code from stm32f429-discovery
>
> arch/arm/dts/stm32mp135f-dk-u-boot.dtsi | 11 +++--
> arch/arm/dts/stm32mp157a-dk1-scmi-u-boot.dtsi | 10 +++--
> arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi | 10 +++--
> arch/arm/dts/stm32mp157c-ed1-scmi-u-boot.dtsi | 10 +++--
> arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi | 10 +++--
> board/st/stm32f429-discovery/Makefile | 1 -
> board/st/stm32f429-discovery/led.c | 39 ----------------
> board/st/stm32mp1/stm32mp1.c | 45 ++-----------------
> configs/stm32mp13_defconfig | 1 +
> configs/stm32mp15_basic_defconfig | 1 +
> configs/stm32mp15_defconfig | 1 +
> configs/stm32mp15_trusted_defconfig | 1 +
> 12 files changed, 44 insertions(+), 96 deletions(-)
> delete mode 100644 board/st/stm32f429-discovery/led.c
>
This serie and https://patchwork.ozlabs.org/project/uboot/list/?series=478275 will be reworked
All DTS part will be removed and submitted on kernel side.
Patrice
More information about the U-Boot
mailing list