diff --git a/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi b/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi index 326a8f8736e..7788a8e3d6a 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"; st,adc_usb_pd = <&adc1 6>, <&adc1 12>; }; @@ -34,10 +32,6 @@ led-blue { /delete-property/default-state; }; - - led-red { - gpios = <&gpioa 13 GPIO_ACTIVE_LOW>; - }; }; };