mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 12:50:53 +07:00
27e8c8f351
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>
19 lines
430 B
Plaintext
19 lines
430 B
Plaintext
== ST STMPE PWM controller ==
|
|
|
|
This is a PWM block embedded in the ST Microelectronics STMPE
|
|
(ST Multi-Purpose Expander) chips. The PWM is registered as a
|
|
subdevices of the STMPE MFD device.
|
|
|
|
Required properties:
|
|
- compatible: should be:
|
|
- "st,stmpe-pwm"
|
|
- #pwm-cells: should be 2. See pwm.txt in this directory for a description of
|
|
the cells format.
|
|
|
|
Example:
|
|
|
|
pwm0: pwm {
|
|
compatible = "st,stmpe-pwm";
|
|
#pwm-cells = <2>;
|
|
};
|