-
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: 296899 b: refs/heads/master c: b8589e2 h: refs/heads/master i: 296897: 110f2c9 296895: ddf26a4 v: v3
- Loading branch information
Benoit Cousson
authored and
Samuel Ortiz
committed
Mar 22, 2012
1 parent
65c6947
commit 1e3c1dc
Showing
3 changed files
with
74 additions
and
30 deletions.
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: 2d9dd99b4470a2ef05509435465e055f50456330 | ||
refs/heads/master: b8589e2a8065b8e7773742b60ae96b63b757bb69 |
23 changes: 23 additions & 0 deletions
23
trunk/Documentation/devicetree/bindings/gpio/gpio-twl4030.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,23 @@ | ||
twl4030 GPIO controller bindings | ||
|
||
Required properties: | ||
- compatible: | ||
- "ti,twl4030-gpio" for twl4030 GPIO controller | ||
- #gpio-cells : Should be two. | ||
- first cell is the pin number | ||
- second cell is used to specify optional parameters (unused) | ||
- gpio-controller : Marks the device node as a GPIO controller. | ||
- #interrupt-cells : Should be 2. | ||
- interrupt-controller: Mark the device node as an interrupt controller | ||
The first cell is the GPIO number. | ||
The second cell is not used. | ||
|
||
Example: | ||
|
||
twl_gpio: gpio { | ||
compatible = "ti,twl4030-gpio"; | ||
#gpio-cells = <2>; | ||
gpio-controller; | ||
#interrupt-cells = <2>; | ||
interrupt-controller; | ||
}; |
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