Lines Matching +full:led +full:- +full:backlight

6   ------      ---------------------------------
7 LM3631 Backlight and regulator
8 LM3632 Backlight and regulator
9 LM3633 Backlight, LED and fault monitor
10 LM3695 Backlight
11 LM36274 Backlight and regulator
14 - compatible: Should be one of:
20 - reg: I2C slave address.
28 - enable-gpios: A GPIO specifier for hardware enable pin.
29 - ramp-up-us: Current ramping from one brightness level to
31 Range from 2048 us - 117.44 s
32 - ramp-down-us: Current ramping from one brightness level to
34 Range from 2048 us - 117.44 s
35 - ti,brightness-resolution - This determines whether to use 8 bit brightness
40 node or as part of the LED child nodes. This
47 - backlight: All LMU devices have backlight child nodes.
51 - fault-monitor: Hardware fault monitoring driver for LM3633 and LM3697.
53 - compatible: Should be one of:
54 "ti,lm3633-fault-monitor"
55 - leds: LED properties for LM3633. Please refer to [2].
56 LED properties for LM36274. Please refer to [4].
57 - regulators: Regulator properties for LM3631 and LM3632.
60 [1] ../leds/backlight/ti-lmu-backlight.txt
61 [2] ../leds/leds-lm3633.txt
62 [3] ../regulator/lm363x-regulator.txt
63 [4] ../leds/leds-lm36274.txt
70 compatible = "ti,lm363x-regulator";
73 regulator-name = "lcd_boost";
74 regulator-min-microvolt = <4500000>;
75 regulator-max-microvolt = <6350000>;
76 regulator-always-on;
80 regulator-name = "lcd_vcont";
81 regulator-min-microvolt = <1800000>;
82 regulator-max-microvolt = <3300000>;
86 regulator-name = "lcd_voref";
87 regulator-min-microvolt = <4000000>;
88 regulator-max-microvolt = <6000000>;
92 regulator-name = "lcd_vpos";
93 regulator-min-microvolt = <4000000>;
94 regulator-max-microvolt = <6000000>;
95 regulator-boot-on;
99 regulator-name = "lcd_vneg";
100 regulator-min-microvolt = <4000000>;
101 regulator-max-microvolt = <6000000>;
102 regulator-boot-on;
106 backlight {
107 compatible = "ti,lm3631-backlight";
110 led-sources = <0 1>;
111 ramp-up-us = <300000>;
120 enable-gpios = <&pioC 2 GPIO_ACTIVE_HIGH>; /* PC2 */
123 compatible = "ti,lm363x-regulator";
125 enable-gpios = <&pioC 0 GPIO_ACTIVE_HIGH>,
129 regulator-name = "lcd_boost";
130 regulator-min-microvolt = <4500000>;
131 regulator-max-microvolt = <6400000>;
132 regulator-always-on;
136 regulator-name = "lcd_vpos";
137 regulator-min-microvolt = <4000000>;
138 regulator-max-microvolt = <6000000>;
142 regulator-name = "lcd_vneg";
143 regulator-min-microvolt = <4000000>;
144 regulator-max-microvolt = <6000000>;
148 backlight {
149 compatible = "ti,lm3632-backlight";
152 pwm-names = "lmu-backlight";
155 led-sources = <0 1>;
156 pwm-period = <10000>;
165 enable-gpios = <&pioC 2 GPIO_ACTIVE_HIGH>;
167 backlight {
168 compatible = "ti,lm3633-backlight";
172 led-sources = <1 2>;
173 ramp-up-us = <500000>;
174 ramp-down-us = <500000>;
179 led-sources = <0>;
180 ramp-up-us = <1000000>;
181 ramp-down-us = <0>;
186 compatible = "ti,lm3633-leds";
190 led-sources = <1>;
191 led-max-microamp = <6000>;
196 led-sources = <3 4 5>;
197 led-max-microamp = <10000>;
201 fault-monitor {
202 compatible = "ti,lm3633-fault-monitor";
210 enable-gpios = <&pioC 2 GPIO_ACTIVE_HIGH>;
212 backlight {
213 compatible = "ti,lm3695-backlight";
217 led-sources = <0 1>;
224 #address-cells = <1>;
225 #size-cells = <0>;
228 enable-gpios = <&pioC 2 GPIO_ACTIVE_HIGH>;
230 #address-cells = <1>;
231 #size-cells = <0>;
232 compatible = "ti,lm363x-regulator";
234 enable-gpios = <&pioC 0 GPIO_ACTIVE_HIGH>,
238 regulator-name = "lcd_boost";
239 regulator-min-microvolt = <4000000>;
240 regulator-max-microvolt = <7150000>;
241 regulator-always-on;
245 regulator-name = "lcd_vpos";
246 regulator-min-microvolt = <4000000>;
247 regulator-max-microvolt = <6500000>;
251 regulator-name = "lcd_vneg";
252 regulator-min-microvolt = <4000000>;
253 regulator-max-microvolt = <6500000>;
257 backlight {
258 #address-cells = <1>;
259 #size-cells = <0>;
260 compatible = "ti,lm36274-backlight";
262 led@0 {
264 led-sources = <0 2>;
266 linux,default-trigger = "backlight";