0001 Texas Instruments TWL series PWM drivers connected to LED terminals
0002
0003 Supported PWMs:
0004 On TWL4030 series: PWMA and PWMB (connected to LEDA and LEDB terminals)
0005 On TWL6030 series: LED PWM (mainly used as charging indicator LED)
0006
0007 Required properties:
0008 - compatible: "ti,twl4030-pwmled" or "ti,twl6030-pwmled"
0009 - #pwm-cells: should be 2. See pwm.yaml in this directory for a description of
0010 the cells format.
0011
0012 Example:
0013
0014 twl_pwmled: pwmled {
0015 compatible = "ti,twl6030-pwmled";
0016 #pwm-cells = <2>;
0017 };