]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: rockchip: rk3188-radxarock: remove unused u-boot,boot-led
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 12 Nov 2025 17:48:10 +0000 (18:48 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 3 Dec 2025 17:03:45 +0000 (11:03 -0600)
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@cherry.de>
arch/arm/dts/rk3188-radxarock-u-boot.dtsi

index 7bcbc2967a9edc9e7b3041d5e022545c3f046e6a..c65fbab75bfad884603b41732ed85bc6cd6f58df 100644 (file)
 /*             stdout-path = &uart2; */
                stdout-path = "serial2:115200n8";
        };
-
-       config {
-               u-boot,boot-led = "rock:red:power";
-               bootph-all;
-       };
 };
 
 &cru {