diff options
| author | Patrice Chotard <[email protected]> | 2025-11-14 17:23:51 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2025-12-05 11:39:41 +0100 |
| commit | 2430fd2b0ec0962c3b83c41ef12648929bffbdd7 (patch) | |
| tree | 414fb1ca030d6205b6ed5cbd354d92ba6688fd5a | |
| parent | 9cdf5925ea0be4ad76b7d2437011d59be2a55e98 (diff) | |
ARM: dts: stm32: Drop "u-boot-led" and "error-led" from stm32mp135f-dk-u-boot
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]>
Reviewed-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | arch/arm/dts/stm32mp135f-dk-u-boot.dtsi | 6 |
1 files changed, 0 insertions, 6 deletions
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>; - }; }; }; |
