summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-07-08 09:40:17 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-10 14:10:50 +0200
commit98df44ee7d6db3919a4dd11e227d1e0caedbfe86 (patch)
tree1e9ead33a16a96de08714e39c9d4d7ad74e66d36 /Documentation/devicetree
parent34934c183b2880340c9ee8f7f36da5a77bffea46 (diff)
downloadbarebox-98df44ee7d6db3919a4dd11e227d1e0caedbfe86.tar.gz
barebox-98df44ee7d6db3919a4dd11e227d1e0caedbfe86.tar.xz
led: gpio: Add trigger support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/leds/common.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/common.txt b/Documentation/devicetree/bindings/leds/common.txt
new file mode 100644
index 0000000000..db264b332f
--- /dev/null
+++ b/Documentation/devicetree/bindings/leds/common.txt
@@ -0,0 +1,8 @@
+Common leds properties.
+
+- linux,default-trigger barebox,default-trigger: This parameter, if present, is a
+ string defining the trigger assigned to the LED. Current triggers are:
+ "heartbeat" - LED flashes at a constant rate
+ "panic" - LED turns on when barebox panics
+ "net" - LED indicates network activity
+