WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / pwm / ti,twl-pwmled.txt
blob31ca1b032ef03412e64322765cd69e0f4c747376
1 Texas Instruments TWL series PWM drivers connected to LED terminals
3 Supported PWMs:
4 On TWL4030 series: PWMA and PWMB (connected to LEDA and LEDB terminals)
5 On TWL6030 series: LED PWM (mainly used as charging indicator LED)
7 Required properties:
8 - compatible: "ti,twl4030-pwmled" or "ti,twl6030-pwmled"
9 - #pwm-cells: should be 2. See pwm.yaml in this directory for a description of
10   the cells format.
12 Example:
14 twl_pwmled: pwmled {
15         compatible = "ti,twl6030-pwmled";
16         #pwm-cells = <2>;