Commit 3829a7e3 authored by Dan Murphy's avatar Dan Murphy Committed by Jacek Anaszewski

dt: bindings: lp8860: Add trigger binding to the lp8860

Add a default trigger optional node to the child node.
This will allow the driver to set the trigger for a backlight.
Signed-off-by: default avatarDan Murphy <dmurphy@ti.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarJacek Anaszewski <jacek.anaszewski@gmail.com>
parent c6b218c9
......@@ -21,6 +21,8 @@ Required child properties:
Optional child properties:
- label : see Documentation/devicetree/bindings/leds/common.txt
- linux,default-trigger :
see Documentation/devicetree/bindings/leds/common.txt
Example:
......@@ -35,6 +37,7 @@ led-controller@2d {
led@0 {
reg = <0>;
label = "white:backlight";
linux,default-trigger = "backlight";
};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment