aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-omap
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-omap')
-rw-r--r--include/asm-arm/arch-omap/keypad.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap/keypad.h b/include/asm-arm/arch-omap/keypad.h
index 8a023a984acb..b7f83075436e 100644
--- a/include/asm-arm/arch-omap/keypad.h
+++ b/include/asm-arm/arch-omap/keypad.h
@@ -14,7 +14,10 @@ struct omap_kp_platform_data {
14 int rows; 14 int rows;
15 int cols; 15 int cols;
16 int *keymap; 16 int *keymap;
17 unsigned int keymapsize;
17 unsigned int rep:1; 18 unsigned int rep:1;
19 unsigned long delay;
20 unsigned int dbounce:1;
18 /* specific to OMAP242x*/ 21 /* specific to OMAP242x*/
19 unsigned int *row_gpios; 22 unsigned int *row_gpios;
20 unsigned int *col_gpios; 23 unsigned int *col_gpios;