ti,twl-pwmled.txt 490 B

123456789101112131415161718
  1. Texas Instruments TWL series PWM drivers connected to LED terminals
  2. Supported PWMs:
  3. On TWL4030 series: PWMA and PWMB (connected to LEDA and LEDB terminals)
  4. On TWL6030 series: LED PWM (mainly used as charging indicator LED)
  5. Required properties:
  6. - compatible: "ti,twl4030-pwmled" or "ti,twl6030-pwmled"
  7. - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
  8. the cells format.
  9. Example:
  10. twl_pwmled: pwmled {
  11. compatible = "ti,twl6030-pwmled";
  12. #pwm-cells = <2>;
  13. };