-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 347123 b: refs/heads/master c: 3744c26 h: refs/heads/master i: 347121: ecc82ce 347119: 30cd2ee v: v3
- Loading branch information
Peter Ujfalusi
authored and
Thierry Reding
committed
Nov 28, 2012
1 parent
22303c5
commit a4c9541
Showing
5 changed files
with
387 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 98ccf49daf3bd626196814e38ec8d2460e0d4517 | ||
refs/heads/master: 3744c26386971db1c7ecf5aa5900882deae60492 |
17 changes: 17 additions & 0 deletions
17
trunk/Documentation/devicetree/bindings/pwm/ti,twl-pwm.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Texas Instruments TWL series PWM drivers | ||
|
||
Supported PWMs: | ||
On TWL4030 series: PWM1 and PWM2 | ||
On TWL6030 series: PWM0 and PWM1 | ||
|
||
Required properties: | ||
- compatible: "ti,twl4030-pwm" or "ti,twl6030-pwm" | ||
- #pwm-cells: should be 2. The first cell specifies the per-chip index | ||
of the PWM to use and the second cell is the period in nanoseconds. | ||
|
||
Example: | ||
|
||
twl_pwm: pwm { | ||
compatible = "ti,twl6030-pwm"; | ||
#pwm-cells = <2>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.