[PATCH 2/5] ARM: dts: Remove u-boot, boot-led from stm32mp235f-dk-u-boot

Patrice Chotard patrice.chotard at foss.st.com
Fri Oct 17 16:37:46 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/stm32mp235f-dk-u-boot.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/dts/stm32mp235f-dk-u-boot.dtsi b/arch/arm/dts/stm32mp235f-dk-u-boot.dtsi
index 84279c4712a..2b41bd29cca 100644
--- a/arch/arm/dts/stm32mp235f-dk-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp235f-dk-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