diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-h2.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h2.c | 11 |
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 | ||
169 | static struct omap_kp_platform_data h2_kp_data = { | 169 | static 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 | ||
176 | static struct platform_device h2_kp_device = { | 179 | static struct platform_device h2_kp_device = { |