leds-lm3692x.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. * Texas Instruments - LM3692x Highly Efficient White LED Driver
  2. The LM3692x is an ultra-compact, highly efficient,
  3. white-LED driver designed for LCD display backlighting.
  4. The main difference between the LM36922 and LM36923 is the number of
  5. LED strings it supports. The LM36922 supports two strings while the LM36923
  6. supports three strings.
  7. Required properties:
  8. - compatible:
  9. "ti,lm36922"
  10. "ti,lm36923"
  11. - reg : I2C slave address
  12. - #address-cells : 1
  13. - #size-cells : 0
  14. Optional properties:
  15. - enable-gpios : gpio pin to enable/disable the device.
  16. - vled-supply : LED supply
  17. Required child properties:
  18. - reg : 0 - Will enable all LED sync paths
  19. 1 - Will enable the LED1 sync
  20. 2 - Will enable the LED2 sync
  21. 3 - Will enable the LED3 sync (LM36923 only)
  22. Optional child properties:
  23. - label : see Documentation/devicetree/bindings/leds/common.txt
  24. - linux,default-trigger :
  25. see Documentation/devicetree/bindings/leds/common.txt
  26. Example:
  27. led-controller@36 {
  28. compatible = "ti,lm3692x";
  29. reg = <0x36>;
  30. #address-cells = <1>;
  31. #size-cells = <0>;
  32. enable-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
  33. vled-supply = <&vbatt>;
  34. led@0 {
  35. reg = <0>;
  36. label = "white:backlight_cluster";
  37. linux,default-trigger = "backlight";
  38. };
  39. }
  40. For more product information please see the link below:
  41. http://www.ti.com/lit/ds/snvsa29/snvsa29.pdf