From: Quentin Schulz Date: Wed, 12 Nov 2025 17:48:14 +0000 (+0100) Subject: arm: dts: rockchip: rk3066a-mk808: remove unused u-boot,boot-led X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ad89ad56ad27a5cb2dd5b4f82a74b7ccf966bd;p=thirdparty%2Fu-boot.git arm: dts: rockchip: rk3066a-mk808: remove unused u-boot,boot-led 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 --- diff --git a/arch/arm/dts/rk3066a-mk808-u-boot.dtsi b/arch/arm/dts/rk3066a-mk808-u-boot.dtsi index 4474be962df..dd2eff529e9 100644 --- a/arch/arm/dts/rk3066a-mk808-u-boot.dtsi +++ b/arch/arm/dts/rk3066a-mk808-u-boot.dtsi @@ -2,12 +2,6 @@ #include "rk3066a-u-boot.dtsi" -/ { - config { - u-boot,boot-led = "mk808:blue:power"; - }; -}; - &cru { bootph-all; };