Remove obsolete properties "u-boot, u-boot-led" and "u-boot,error-led"
from stm32mp135f-dk-u-boot.dtsi.

Remove also led-red node which is now part of kernel DT.
See kernel series: 
https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=1022570

Signed-off-by: Patrice Chotard <[email protected]>
---

 arch/arm/dts/stm32mp135f-dk-u-boot.dtsi | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi 
b/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi
index 3d428c3c4db..bfd9f128cb6 100644
--- a/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi
@@ -11,8 +11,6 @@
        };
 
        config {
-               u-boot,boot-led = "led-blue";
-               u-boot,error-led = "led-red";
                u-boot,mmc-env-partition = "u-boot-env";
        };
 
@@ -33,10 +31,6 @@
                led-blue {
                        /delete-property/default-state;
                };
-
-               led-red {
-                       gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
-               };
        };
 };
 
-- 
2.43.0

Reply via email to