summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorHubert Feurstein <h.feurstein@gmail.com>2019-12-10 18:13:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-11 09:36:05 +0100
commit4cc250a0e6b3fdbfc2bff28aaebf5f81484e9c0b (patch)
tree1abfcdcf82b5c83f6b44c1d90563232d4bfa1768 /Documentation
parent2afb22a0fbc63d8e98e597c6e8b87e7328943af7 (diff)
downloadbarebox-4cc250a0e6b3fdbfc2bff28aaebf5f81484e9c0b.tar.gz
barebox-4cc250a0e6b3fdbfc2bff28aaebf5f81484e9c0b.tar.xz
led: add documentation for net-tx and net-rx triggers
Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/leds/common.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/common.rst b/Documentation/devicetree/bindings/leds/common.rst
index 1f5ae42caf..5a592d67d0 100644
--- a/Documentation/devicetree/bindings/leds/common.rst
+++ b/Documentation/devicetree/bindings/leds/common.rst
@@ -6,7 +6,9 @@ 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)
* ``label``: The label for this LED. If omitted, the label is taken
from the node name (excluding the unit address).