mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00
doc: remove redundant leds bindings
remove file doc/device-tree-bindings/leds/common.txt as we have this now already in dts/upstream/include/dt-bindings/leds/common.h which is imported from linux. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
a2b489b170
commit
167bc2cd69
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
||||||
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";
|
|
||||||
...
|
|
||||||
};
|
|
Loading…
Add table
Reference in a new issue