]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: rockchip: rk3066a-mk808: remove unused u-boot,boot-led
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 12 Nov 2025 17:48:14 +0000 (18:48 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 3 Dec 2025 17:03:45 +0000 (11:03 -0600)
There's no code to make use of it.

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.

So let's simply remove this unused property to not mislead users.

[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/rk3066a-mk808-u-boot.dtsi

index 4474be962df85688d10ee460b981bfd5cf49ad90..dd2eff529e99110b13788fb3a2648417f86f6ca4 100644 (file)
@@ -2,12 +2,6 @@
 
 #include "rk3066a-u-boot.dtsi"
 
-/ {
-       config {
-               u-boot,boot-led = "mk808:blue:power";
-       };
-};
-
 &cru {
        bootph-all;
 };