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@xxxxxxxxxxxxxx> --- PATCH v2: * change U+2013 EN DASH to U+002D HYPHEN-MINUS to be consistent with the rest of the list (feedback from Ulrich Ölmann) PATCH v1: https://lore.barebox.org/barebox/20231121162009.160644-1-rhi@xxxxxxxxxxxxxx --- Documentation/devicetree/bindings/leds/common.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/leds/common.rst b/Documentation/devicetree/bindings/leds/common.rst index 09b4e401bc2c..8bf41f0d649b 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). -- 2.39.2