-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 336562 b: refs/heads/master c: 07c1211 h: refs/heads/master v: v3
- Loading branch information
Marek Belisko
authored and
Grant Likely
committed
Nov 21, 2012
1 parent
79c9a18
commit 01d2bac
Showing
5 changed files
with
35 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 50c8af4cf98fd97d6779f244215154e4c89699c7 | ||
refs/heads/master: 07c121149cb30405b37ceae3cd29e5b6b6e65cc0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Common leds properties. | ||
|
||
Optional properties for child nodes: | ||
- label : The label for this LED. If omitted, the label is | ||
taken from the node name (excluding the unit address). | ||
|
||
- linux,default-trigger : This parameter, if present, is a | ||
string defining the trigger assigned to the LED. Current triggers are: | ||
"backlight" - LED will act as a back-light, controlled by the framebuffer | ||
system | ||
"default-on" - LED will turn on (but for leds-gpio see "default-state" | ||
property in Documentation/devicetree/bindings/gpio/led.txt) | ||
"heartbeat" - LED "double" flashes at a load average based rate | ||
"ide-disk" - LED indicates disk activity | ||
"timer" - LED flashes at a fixed, configurable rate | ||
|
||
Examples: | ||
|
||
system-status { | ||
label = "Status"; | ||
linux,default-trigger = "heartbeat"; | ||
... | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters