Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339902
b: refs/heads/master
c: 2ca1d31
h: refs/heads/master
v: v3
  • Loading branch information
AnilKumar Ch authored and Benoit Cousson committed Nov 6, 2012
1 parent 94aa852 commit 0aa2236
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d9b66f278cb1f137dc6126ed461e747870d9058
refs/heads/master: 2ca1d317aa78492f206d3e325965a990aa33a226
20 changes: 20 additions & 0 deletions trunk/arch/arm/boot/dts/am335x-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,26 @@
regulator-name = "lis3_reg";
regulator-boot-on;
};

matrix_keypad: matrix_keypad@0 {
compatible = "gpio-matrix-keypad";
debounce-delay-ms = <5>;
col-scan-delay-us = <2>;

row-gpios = <&gpio2 25 0 /* Bank1, pin25 */
&gpio2 26 0 /* Bank1, pin26 */
&gpio2 27 0>; /* Bank1, pin27 */

col-gpios = <&gpio2 21 0 /* Bank1, pin21 */
&gpio2 22 0>; /* Bank1, pin22 */

linux,keymap = <0x0000008b /* MENU */
0x0100009e /* BACK */
0x02000069 /* LEFT */
0x0001006a /* RIGHT */
0x0101001c /* ENTER */
0x0201006c>; /* DOWN */
};
};

/include/ "tps65910.dtsi"
Expand Down

0 comments on commit 0aa2236

Please sign in to comment.