-
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: 269374 b: refs/heads/master c: f614c74 h: refs/heads/master v: v3
- Loading branch information
Rob Herring
committed
Oct 5, 2011
1 parent
229bf8e
commit 3e57ef2
Showing
2 changed files
with
11 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: dc9372808412edbc653a675a526c2ee6c0c14a91 | ||
refs/heads/master: f614c74f94f435adcbe52bf7682f1dcc805f0ab1 |
10 changes: 10 additions & 0 deletions
10
trunk/Documentation/devicetree/bindings/gpio/pl061-gpio.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,10 @@ | ||
ARM PL061 GPIO controller | ||
|
||
Required properties: | ||
- compatible : "arm,pl061", "arm,primecell" | ||
- #gpio-cells : Should be two. The first cell is the pin number and the | ||
second cell is used to specify optional parameters: | ||
- bit 0 specifies polarity (0 for normal, 1 for inverted) | ||
- gpio-controller : Marks the device node as a GPIO controller. | ||
- interrupts : Interrupt mapping for GPIO IRQ. | ||
|