summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2025-11-12 18:48:16 +0100
committerTom Rini <[email protected]>2025-12-03 11:03:45 -0600
commiteb02d87c7579f83f6fe153c80d420e5f53bde4c1 (patch)
tree4aea4a71ec59daed226be6ab04136488fbad30bc
parent98be3062088a81cf7124cf16f05c7ae735587bf7 (diff)
doc: remove u-boot,boot-led and u-boot,error-led from "binding"
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 <[email protected]>
-rw-r--r--doc/device-tree-bindings/config.txt5
1 files changed, 0 insertions, 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