mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 01:52:13 +00:00
ebeec0af5b
The PWM client cells format is documented in the generic pwm.txt documentation and duplicated in all PWM driver bindings. Remove duplicate information and reference pwm.txt instead. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
18 lines
490 B
Plaintext
18 lines
490 B
Plaintext
Texas Instruments TWL series PWM drivers connected to LED terminals
|
|
|
|
Supported PWMs:
|
|
On TWL4030 series: PWMA and PWMB (connected to LEDA and LEDB terminals)
|
|
On TWL6030 series: LED PWM (mainly used as charging indicator LED)
|
|
|
|
Required properties:
|
|
- compatible: "ti,twl4030-pwmled" or "ti,twl6030-pwmled"
|
|
- #pwm-cells: should be 2. See pwm.txt in this directory for a description of
|
|
the cells format.
|
|
|
|
Example:
|
|
|
|
twl_pwmled: pwmled {
|
|
compatible = "ti,twl6030-pwmled";
|
|
#pwm-cells = <2>;
|
|
};
|