~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/leds/leds-lm36274.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 * Texas Instruments LM36274 4-Channel LCD Backlight Driver w/Integrated Bias
  2 
  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.
  7 
  8 Parent device properties are documented in
  9 Documentation/devicetree/bindings/mfd/ti-lmu.txt
 10 
 11 Regulator properties are documented in
 12 Documentation/devicetree/bindings/regulator/lm363x-regulator.txt
 13 
 14 Required backlight properties:
 15         - compatible:
 16                 "ti,lm36274-backlight"
 17         - reg : 0
 18         - #address-cells : 1
 19         - #size-cells : 0
 20         - led-sources : Indicates which LED strings will be enabled.
 21                         Values from 0-3, sources is 0 based so strings will be
 22                         source value + 1.
 23 
 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
 28 
 29 Example:
 30 
 31 HVLED string 1 and 3 are controlled by control bank A and HVLED 2 string is
 32 controlled by control bank B.
 33 
 34 lm36274@11 {
 35         compatible = "ti,lm36274";
 36         #address-cells = <1>;
 37         #size-cells = <0>;
 38         reg = <0x11>;
 39 
 40         enable-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
 41 
 42         regulators {
 43                 #address-cells = <1>;
 44                 #size-cells = <0>;
 45                 compatible = "ti,lm363x-regulator";
 46 
 47                 enable-gpios = <&pioC 0 GPIO_ACTIVE_HIGH>,
 48                                <&pioC 1 GPIO_ACTIVE_HIGH>;
 49 
 50                 vboost {
 51                         regulator-name = "lcd_boost";
 52                         regulator-min-microvolt = <4000000>;
 53                         regulator-max-microvolt = <7150000>;
 54                         regulator-always-on;
 55                 };
 56 
 57                 vpos {
 58                         regulator-name = "lcd_vpos";
 59                         regulator-min-microvolt = <4000000>;
 60                         regulator-max-microvolt = <6500000>;
 61                 };
 62 
 63                 vneg {
 64                         regulator-name = "lcd_vneg";
 65                         regulator-min-microvolt = <4000000>;
 66                         regulator-max-microvolt = <6500000>;
 67                 };
 68         };
 69 
 70         backlight {
 71                 #address-cells = <1>;
 72                 #size-cells = <0>;
 73                 compatible = "ti,lm36274-backlight";
 74 
 75                 led@0 {
 76                         reg = <0>;
 77                         led-sources = <0 2>;
 78                         label = "white:backlight_cluster";
 79                         linux,default-trigger = "backlight";
 80                 };
 81         };
 82 };
 83 
 84 For more product information please see the link below:
 85 https://www.ti.com/lit/ds/symlink/lm36274.pdf

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php