[PATCH 1/2] ARM: dts: Remove u-boot,boot-led from stm32mp257f-ev1-u-boot
    Patrice CHOTARD 
    patrice.chotard at foss.st.com
       
    Fri Oct 17 16:05:51 CEST 2025
    
    
  
I forgot an update, will send a new serie
On 10/17/25 14:47, Patrice Chotard wrote:
> Since commit 69542d06920b ("led: update LED boot/activity to new
> property implementation"), "u-boot,led-boot" property is no more
> supported, remove it.
> 
> It will be replace by /options/u-boot to configure LED device as
> described here [1]. /options/u-boot will be added directly in kernel
> device tree.
> 
> [1] https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/options/u-boot.yaml
> 
> Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
> ---
> 
>  arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi b/arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi
> index 7bbb3e00351..b70cd8b52ce 100644
> --- a/arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi
> +++ b/arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi
> @@ -7,7 +7,6 @@
>  
>  / {
>  	config {
> -		u-boot,boot-led = "led-blue";
>  		u-boot,mmc-env-partition = "u-boot-env";
>  	};
>  };
    
    
More information about the U-Boot
mailing list