summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorHubert Feurstein <h.feurstein@gmail.com>2019-12-10 18:13:04 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-11 09:38:05 +0100
commit1e000e8e92182d21c2e9e59f73f022422843b646 (patch)
tree70704bff87e9449d67a18fcc475e240506d8492b /Documentation/devicetree
parent48e549a865b1b5020c1f2eecb51d0d5fdee35dd1 (diff)
downloadbarebox-1e000e8e92182d21c2e9e59f73f022422843b646.tar.gz
barebox-1e000e8e92182d21c2e9e59f73f022422843b646.tar.xz
led: parse panic-indicator from device-tree
Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/leds/common.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/common.rst b/Documentation/devicetree/bindings/leds/common.rst
index 5a592d67d0..911a55f4f6 100644
--- a/Documentation/devicetree/bindings/leds/common.rst
+++ b/Documentation/devicetree/bindings/leds/common.rst
@@ -12,3 +12,6 @@ Common leds properties
* ``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.