1 * Texas Instruments LM36274 4-Channel LCD Backlight Driver w/Integrated Bias
3 The LM36274 is an integrated four-channel WLED driver and LCD bias supply.
4 The backlight boost provides the power to bias four parallel LED strings with
5 up to 29V total output voltage. The 11-bit LED current is programmable via
6 the I2C bus and/or controlled via a logic level PWM input from 60 uA to 30 mA.
8 Parent device properties are documented in
9 Documentation/devicetree/bindings/mfd/ti-lmu.txt
11 Regulator properties are documented in
12 Documentation/devicetree/bindings/regulator/lm363x-regulator.txt
14 Required backlight properties:
16 "ti,lm36274-backlight"
20 - led-sources : Indicates which LED strings will be enabled.
21 Values from 0-3, sources is 0 based so strings will be
24 Optional backlight properties:
25 - label : see Documentation/devicetree/bindings/leds/common.txt
26 - linux,default-trigger :
27 see Documentation/devicetree/bindings/leds/common.txt
31 HVLED string 1 and 3 are controlled by control bank A and HVLED 2 string is
32 controlled by control bank B.
35 compatible = "ti,lm36274";
40 enable-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
45 compatible = "ti,lm363x-regulator";
47 enable-gpios = <&pioC 0 GPIO_ACTIVE_HIGH>,
48 <&pioC 1 GPIO_ACTIVE_HIGH>;
51 regulator-name = "lcd_boost";
52 regulator-min-microvolt = <4000000>;
53 regulator-max-microvolt = <7150000>;
58 regulator-name = "lcd_vpos";
59 regulator-min-microvolt = <4000000>;
60 regulator-max-microvolt = <6500000>;
64 regulator-name = "lcd_vneg";
65 regulator-min-microvolt = <4000000>;
66 regulator-max-microvolt = <6500000>;
73 compatible = "ti,lm36274-backlight";
78 label = "white:backlight_cluster";
79 linux,default-trigger = "backlight";
84 For more product information please see the link below:
85 https://www.ti.com/lit/ds/symlink/lm36274.pdf