[PATCH 05/11] arm: dts: rockchip: rk3188-radxarock: remove unused u-boot,boot-led

Quentin Schulz foss+uboot at 0leil.net
Wed Nov 12 18:48:10 CET 2025


From: Quentin Schulz <quentin.schulz at cherry.de>

This property is only read in arch/arm/mach-rockchip/rk3188/rk3188.c
when CONFIG_SPL_LED is enabled, which isn't the case for this board, so
let's remove dead code.

Additionally, if we ever want to enable this LED as Boot LED, we should
instead be using boot-led phandle property in /options/u-boot[1] Device
Tree node with the "new" LED UCLASS devices.

[1] https://github.com/devicetree-org/dt-schema/blob/v2025.08/dtschema/schemas/options/u-boot.yaml#L113-L116
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
 arch/arm/dts/rk3188-radxarock-u-boot.dtsi | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm/dts/rk3188-radxarock-u-boot.dtsi b/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
index 7bcbc2967a9..c65fbab75bf 100644
--- a/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
+++ b/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
@@ -10,11 +10,6 @@
 /*		stdout-path = &uart2; */
 		stdout-path = "serial2:115200n8";
 	};
-
-	config {
-		u-boot,boot-led = "rock:red:power";
-		bootph-all;
-	};
 };
 
 &cru {

-- 
2.51.1



More information about the U-Boot mailing list