[PATCH 1/5] ARM: dts: Remove u-boot, boot-led from stm32mp257f-ev1-u-boot
    Patrice Chotard 
    patrice.chotard at foss.st.com
       
    Fri Oct 17 16:37:45 CEST 2025
    
    
  
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";
 	};
 };
-- 
2.43.0
    
    
More information about the U-Boot
mailing list