Remove obsolete properties "u-boot, u-boot-led" and "u-boot,error-led"
from stm32mp157a-dk1-scmi-u-boot.dtsi.

Remove led-red node which is now available in 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/stm32mp157a-dk1-scmi-u-boot.dtsi | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/arm/dts/stm32mp157a-dk1-scmi-u-boot.dtsi 
b/arch/arm/dts/stm32mp157a-dk1-scmi-u-boot.dtsi
index b8e4b4ea6a8..76023cb198a 100644
--- a/arch/arm/dts/stm32mp157a-dk1-scmi-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp157a-dk1-scmi-u-boot.dtsi
@@ -13,8 +13,6 @@
        };
 
        config {
-               u-boot,boot-led = "led-blue";
-               u-boot,error-led = "led-red";
                u-boot,mmc-env-partition = "u-boot-env";
                st,adc_usb_pd = <&adc1 18>, <&adc1 19>;
        };
@@ -39,10 +37,6 @@
                led-blue {
                        /delete-property/label;
                };
-
-               led-red {
-                       gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
-               };
        };
 };
 
-- 
2.43.0

Reply via email to