blob: 9f4b460907827909f012ec4e36ddbbaf44cc1369 [file] [log] [blame]
Peter Ujfalusiaa765642012-11-27 11:09:58 +01001Texas Instruments TWL series PWM drivers connected to LED terminals
2
3Supported PWMs:
4On TWL4030 series: PWMA and PWMB (connected to LEDA and LEDB terminals)
5On TWL6030 series: LED PWM (mainly used as charging indicator LED)
6
7Required properties:
8- compatible: "ti,twl4030-pwmled" or "ti,twl6030-pwmled"
Laurent Pinchartebeec0a2013-07-18 00:54:23 +02009- #pwm-cells: should be 2. See pwm.txt in this directory for a description of
10 the cells format.
Peter Ujfalusiaa765642012-11-27 11:09:58 +010011
12Example:
13
14twl_pwmled: pwmled {
15 compatible = "ti,twl6030-pwmled";
16 #pwm-cells = <2>;
17};