aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorKomal Shah <komal_shah802003@yahoo.com>2006-09-29 04:59:20 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-09-29 12:18:07 -0400
commit4d24607bfaab3d02fd0d6e0ffc22f29c2bc8eb30 (patch)
tree50e0bfa287b913a9308651d2b78d6fef90e9a835 /arch/arm/mach-omap2
parentad4e09b16ad361c15bd7186dcd118cb901089b97 (diff)
[PATCH] OMAP: Update OMAP1/2 boards to give keymapsize and other pdata
This patch adds keymapsize, delay and debounce flag in the keypad platform data for various TI OMAP1/2 based boards like F-sample, H2, H3, Innovator, Nokia770, OSK, Perseus and H4. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/board-h4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-h4.c b/arch/arm/mach-omap2/board-h4.c
index 4933fce766c8..996aeda1285d 100644
--- a/arch/arm/mach-omap2/board-h4.c
+++ b/arch/arm/mach-omap2/board-h4.c
@@ -245,6 +245,7 @@ static struct omap_kp_platform_data h4_kp_data = {
245 .rows = 6, 245 .rows = 6,
246 .cols = 7, 246 .cols = 7,
247 .keymap = h4_keymap, 247 .keymap = h4_keymap,
248 .keymapsize = ARRAY_SIZE(h4_keymap),
248 .rep = 1, 249 .rep = 1,
249 .row_gpios = row_gpios, 250 .row_gpios = row_gpios,
250 .col_gpios = col_gpios, 251 .col_gpios = col_gpios,