-
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
Alban Bedel
authored and
Dmitry Torokhov
committed
Nov 29, 2012
1 parent
a09054a
commit 5510228
Showing
3 changed files
with
50 additions
and
28 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: 852d20aed8a029ea8496e85052493b275f19d22b | ||
refs/heads/master: e89e29b8585379c844b03fb3aa2cca73e2bc5b26 |
8 changes: 8 additions & 0 deletions
8
trunk/Documentation/devicetree/bindings/input/tca8418_keypad.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,8 @@ | ||
|
||
Required properties: | ||
- compatible: "ti,tca8418" | ||
- reg: the I2C address | ||
- interrupts: IRQ line number, should trigger on falling edge | ||
- keypad,num-rows: The number of rows | ||
- keypad,num-columns: The number of columns | ||
- linux,keymap: Keys definitions, see keypad-matrix. |
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