Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: pwm: Add DT bindings for STMPE PWM

This adds fairly standard device tree bindings for the STMPE PWM found
in STMPE24xx multi-purpose expanders.

Cc: devicetree@vger.kernel.org
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>

authored by

Linus Walleij and committed by
Thierry Reding
27e8c8f3 2bf1c98a

+18
+18
Documentation/devicetree/bindings/pwm/st,stmpe-pwm.txt
··· 1 + == ST STMPE PWM controller == 2 + 3 + This is a PWM block embedded in the ST Microelectronics STMPE 4 + (ST Multi-Purpose Expander) chips. The PWM is registered as a 5 + subdevices of the STMPE MFD device. 6 + 7 + Required properties: 8 + - compatible: should be: 9 + - "st,stmpe-pwm" 10 + - #pwm-cells: should be 2. See pwm.txt in this directory for a description of 11 + the cells format. 12 + 13 + Example: 14 + 15 + pwm0: pwm { 16 + compatible = "st,stmpe-pwm"; 17 + #pwm-cells = <2>; 18 + };