Lines Matching full:led
1 * Texas Instruments - lm3532 White LED driver with ambient light sensing
7 method allows for different LED currents in each current sink thus allowing
53 - reg : Indicates control bank the LED string is controlled by
54 - led-sources : see Documentation/devicetree/bindings/leds/common.txt
55 - ti,led-mode : Defines if the LED strings are manually controlled or
56 if the LED strings are controlled by the ALS.
57 0x00 - LED strings are I2C controlled via full scale
59 0x01 - LED strings are ALS controlled
61 Optional LED child properties:
65 - led-max-microamp : Defines the full scale current value for each control
70 led-controller@38 {
87 led@0 {
89 led-sources = <2>;
90 ti,led-mode = <1>;
91 led-max-microamp = <21800>;
96 led@1 {
98 led-sources = <1>;
99 ti,led-mode = <0>;