-
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.
- Loading branch information
Olof Johansson
authored and
Dmitry Torokhov
committed
Dec 30, 2011
1 parent
a6c0123
commit 17237cf
Showing
3 changed files
with
103 additions
and
9 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: 5245db49d44e6033fece4d9f5946f8970c0d9ca1 | ||
refs/heads/master: a445c7f0afb9114ef3de2d123f2c851787cf9d11 |
18 changes: 18 additions & 0 deletions
18
trunk/Documentation/devicetree/bindings/input/tegra-kbc.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,18 @@ | ||
* Tegra keyboard controller | ||
|
||
Required properties: | ||
- compatible: "nvidia,tegra20-kbc" | ||
|
||
Optional properties: | ||
- debounce-delay: delay in milliseconds per row scan for debouncing | ||
- repeat-delay: delay in milliseconds before repeat starts | ||
- ghost-filter: enable ghost filtering for this device | ||
- wakeup-source: configure keyboard as a wakeup source for suspend/resume | ||
|
||
Example: | ||
|
||
keyboard: keyboard { | ||
compatible = "nvidia,tegra20-kbc"; | ||
reg = <0x7000e200 0x100>; | ||
ghost-filter; | ||
}; |
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