summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/leds/common.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/leds/common.rst')
-rw-r--r--Documentation/devicetree/bindings/leds/common.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/common.rst b/Documentation/devicetree/bindings/leds/common.rst
index 1f5ae42caf..8bf41f0d64 100644
--- a/Documentation/devicetree/bindings/leds/common.rst
+++ b/Documentation/devicetree/bindings/leds/common.rst
@@ -6,7 +6,13 @@ Common leds properties
* ``heartbeat`` - LED flashes at a constant rate
* ``panic`` - LED turns on when barebox panics
- * ``net`` - LED indicates network activity
+ * ``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).
+
+* ``panic-indicator`` - This property specifies that the LED should be used as a
+ panic indicator.