Merge tag 'v3.9-rc3' into next
[deliverable/linux.git] / Documentation / devicetree / bindings / pwm / ti,twl-pwm.txt
CommitLineData
3744c263
PU
1Texas Instruments TWL series PWM drivers
2
3Supported PWMs:
4On TWL4030 series: PWM1 and PWM2
5On TWL6030 series: PWM0 and PWM1
6
7Required properties:
8- compatible: "ti,twl4030-pwm" or "ti,twl6030-pwm"
9- #pwm-cells: should be 2. The first cell specifies the per-chip index
10 of the PWM to use and the second cell is the period in nanoseconds.
11
12Example:
13
14twl_pwm: pwm {
15 compatible = "ti,twl6030-pwm";
16 #pwm-cells = <2>;
17};
This page took 0.040927 seconds and 5 git commands to generate.