-
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: 306626 b: refs/heads/master c: 6123f11 h: refs/heads/master v: v3
- Loading branch information
Viresh Kumar
authored and
Dmitry Torokhov
committed
May 21, 2012
1 parent
259eb04
commit cb4f97e
Showing
2 changed files
with
21 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: 829c4f96900577afb1d91c0195b2e2a219e7d80f | ||
refs/heads/master: 6123f1192b610c3d8520eb7bb49f68ff7ca94b80 |
20 changes: 20 additions & 0 deletions
20
trunk/Documentation/devicetree/bindings/input/spear-keyboard.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,20 @@ | ||
* SPEAr keyboard controller | ||
|
||
Required properties: | ||
- compatible: "st,spear300-kbd" | ||
|
||
Optional properties, in addition to those specified by the shared | ||
matrix-keyboard bindings: | ||
- autorepeat: bool: enables key autorepeat | ||
- st,mode: keyboard mode: 0 - 9x9, 1 - 6x6, 2 - 2x2 | ||
|
||
Example: | ||
|
||
kbd@fc400000 { | ||
compatible = "st,spear300-kbd"; | ||
reg = <0xfc400000 0x100>; | ||
linux,keymap = < 0x00030012 | ||
0x0102003a >; | ||
autorepeat; | ||
st,mode = <0>; | ||
}; |