[PATCH 11/11] doc: remove u-boot,boot-led and u-boot,error-led from "binding"
Quentin Schulz
foss+uboot at 0leil.net
Wed Nov 12 18:48:16 CET 2025
From: Quentin Schulz <quentin.schulz at cherry.de>
We're aiming to reduce the amount of U-Boot-specific and out-of-spec
Device Tree additions.
Those two properties haven't been doing anything for a long time
already, except when read by board files manually. This is still the
case for STM32 boards but those will be migrated in the near future
according to their maintainer. In any case, let's not encourage people
to add either of these properties to new or existing Device Trees and
remove it from the bindings.
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
doc/device-tree-bindings/config.txt | 5 -----
1 file changed, 5 deletions(-)
diff --git a/doc/device-tree-bindings/config.txt b/doc/device-tree-bindings/config.txt
index fffb69e75de..3756f57bf44 100644
--- a/doc/device-tree-bindings/config.txt
+++ b/doc/device-tree-bindings/config.txt
@@ -26,11 +26,6 @@ bootdelay (int)
images is being packed for testing or a user holds down a button, it may
allow a delay, but disable it for production.
-u-boot,boot-led (string)
-u-boot,error-led (string)
- This is used to specify the label for an LED to indicate an error and
- a successful boot, on supported hardware.
-
bootsecure (int)
Indicates that U-Boot should use secure_boot_cmd() to run commands,
rather than the normal CLI. This can be used in production images, to
--
2.51.1
More information about the U-Boot
mailing list