summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Chotard <[email protected]>2025-11-14 17:23:53 +0100
committerPatrice Chotard <[email protected]>2025-12-05 11:39:42 +0100
commitdbce8f4fad9ff9e05e234dabf4845235d20069ed (patch)
tree80840a6f0cafe5d31bd62a36c28df234ed15654b
parentb9c269121b1fe5c91b28c0697321c9302de368e4 (diff)
ARM: dts: stm32: Drop "u-boot-led" and "error-led" from stm32mp157a-dk1-u-boot
Remove obsolete properties "u-boot, u-boot-led" and "u-boot,error-led" from stm32mp135f-dk-u-boot.dtsi. Remove led-red 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]> Reviewed-by: Quentin Schulz <[email protected]>
-rw-r--r--arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi b/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
index f97debaa0e4..78ebc3d3ea3 100644
--- a/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
@@ -15,8 +15,6 @@
};
config {
- u-boot,boot-led = "led-blue";
- u-boot,error-led = "led-red";
u-boot,mmc-env-partition = "fip";
st,adc_usb_pd = <&adc1 18>, <&adc1 19>;
};
@@ -68,9 +66,6 @@
/delete-property/label;
};
- led-red {
- gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
- };
};
};