aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/board-h2.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/board-h2.c')
-rw-r--r--arch/arm/mach-omap1/board-h2.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c
index cd3a06dfc0a8..6e113078f7ab 100644
--- a/arch/arm/mach-omap1/board-h2.c
+++ b/arch/arm/mach-omap1/board-h2.c
@@ -167,10 +167,13 @@ static struct resource h2_kp_resources[] = {
167}; 167};
168 168
169static struct omap_kp_platform_data h2_kp_data = { 169static struct omap_kp_platform_data h2_kp_data = {
170 .rows = 8, 170 .rows = 8,
171 .cols = 8, 171 .cols = 8,
172 .keymap = h2_keymap, 172 .keymap = h2_keymap,
173 .rep = 1, 173 .keymapsize = ARRAY_SIZE(h2_keymap),
174 .rep = 1,
175 .delay = 9,
176 .dbounce = 1,
174}; 177};
175 178
176static struct platform_device h2_kp_device = { 179static struct platform_device h2_kp_device = {