Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";
	};
}