treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / pwm / ti,twl-pwm.txt
blobd97ca1964e94702aa4f6885db423ffae32317935
1 Texas Instruments TWL series PWM drivers
3 Supported PWMs:
4 On TWL4030 series: PWM1 and PWM2
5 On TWL6030 series: PWM0 and PWM1
7 Required properties:
8 - compatible: "ti,twl4030-pwm" or "ti,twl6030-pwm"
9 - #pwm-cells: should be 2. See pwm.yaml in this directory for a description of
10   the cells format.
12 Example:
14 twl_pwm: pwm {
15         compatible = "ti,twl6030-pwm";
16         #pwm-cells = <2>;