summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2023-11-22 10:51:14 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-11-22 16:25:15 +0100
commitfb64146c451b74fcd48e97008890a6cfba913db6 (patch)
treeb2a183f15ef6ed7fea5bbf6348ff76138a8d7855 /Documentation
parent04637976c606ff697599a6c28ca12123a9188743 (diff)
downloadbarebox-fb64146c451b74fcd48e97008890a6cfba913db6.tar.gz
barebox-fb64146c451b74fcd48e97008890a6cfba913db6.tar.xz
Documentation: dt-bindings: leds: document 'default-on' trigger
The default-on trigger has been supported in barebox since commit 767c6b4a814a2a000f3b (2014-02-28, Sascha Hauer: "led: Add default-on trigger"). Signed-off-by: Roland Hieber <rhi@pengutronix.de> Link: https://lore.barebox.org/20231122095114.3051661-1-rhi@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/leds/common.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/common.rst b/Documentation/devicetree/bindings/leds/common.rst
index 09b4e401bc..8bf41f0d64 100644
--- a/Documentation/devicetree/bindings/leds/common.rst
+++ b/Documentation/devicetree/bindings/leds/common.rst
@@ -9,6 +9,7 @@ Common leds properties
* ``net`` - LED indicates network activity (tx and rx)
* ``net-rx`` - LED indicates network activity (rx only)
* ``net-tx`` - LED indicates network activity (tx only)
+ * ``default-on`` - LED is switched on by default
* ``label``: The label for this LED. If omitted, the label is taken
from the node name (excluding the unit address).