Lines Matching +full:ovp +full:- +full:enable
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments - LM3692x Highly Efficient White LED Driver
10 - Dan Murphy <dmurphy@ti.com>
13 The LM3692x is an ultra-compact, highly efficient,
14 white-LED driver designed for LCD display backlighting.
26 - ti,lm36922
27 - ti,lm36923
32 "#address-cells":
35 "#size-cells":
38 enable-gpios:
39 description: gpio pin to enable/disable the device.
41 vled-supply:
44 ti,ovp-microvolt:
50 '^led@[0-3]$':
57 0 - Will enable all LED sync paths
58 1 - Will enable the LED1 sync
59 2 - Will enable the LED2 sync
60 3 - Will enable the LED3 sync (LM36923 only)
65 - compatible
66 - reg
67 - "#address-cells"
68 - "#size-cells"
71 - if:
83 - |
84 #include <dt-bindings/gpio/gpio.h>
85 #include <dt-bindings/leds/common.h>
88 #address-cells = <1>;
89 #size-cells = <0>;
91 led-controller@36 {
94 #address-cells = <1>;
95 #size-cells = <0>;
97 enable-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
98 vled-supply = <&vbatt>;
99 ti,ovp-microvolt = <29000000>;
105 linux,default-trigger = "backlight";
106 led-max-microamp = <20000>;