]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: stm32: Drop "u-boot-led" and "error-led" from stm32mp157c-ed1-scmi-u-boot
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 14 Nov 2025 16:23:54 +0000 (17:23 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 5 Dec 2025 10:39:42 +0000 (11:39 +0100)
Remove obsolete properties "u-boot, u-boot-led" and "u-boot,error-led"
from stm32mp157c-ed1-scmi-u-boot.dtsi.

Remove led-red and led-blue nodes which are available in kernel DT.
See kernel series: https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=1022570

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
arch/arm/dts/stm32mp157c-ed1-scmi-u-boot.dtsi

index 7c0d1bab11acd4a90ae0f10b449e94556e54f2cc..6bbaeb7cde45e97ecddd8443ea9f79a5fd8b41f4 100644 (file)
@@ -12,8 +12,6 @@
        };
 
        config {
-               u-boot,boot-led = "led-blue";
-               u-boot,error-led = "led-red";
                u-boot,mmc-env-partition = "u-boot-env";
        };
 
                        gpios = <&gpioa 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
                };
        };
-
-       led {
-               compatible = "gpio-leds";
-
-               led-blue {
-                       gpios = <&gpiod 9 GPIO_ACTIVE_HIGH>;
-               };
-
-               led-red {
-                       gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
-               };
-       };
 };
 
 &uart4 {