From 1227e7039474e7b986fc2118e502326abc7ca1ee Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Wed, 6 Dec 2006 17:14:10 -0800 Subject: [PATCH] ARM: OMAP: Set keypad sense delays for the Palms Wait a fixed amount of time between writing to the columns register and reading rows state to allow the keypad to respond on Palm Tungsten E and Zire 71. The value for Zire 71 keypad was tested by Marek Vasut. Signed-off-by: Andrzej Zaborowski Signed-off-by: Tony Lindgren --- arch/arm/mach-omap1/board-palmz71.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c index 786142b..54abbaa 100644 --- a/arch/arm/mach-omap1/board-palmz71.c +++ b/arch/arm/mach-omap1/board-palmz71.c @@ -76,6 +76,7 @@ static struct omap_kp_platform_data palmz71_kp_data = { .cols = 8, .keymap = palmz71_keymap, .rep = 1, + .delay = 80, }; static struct resource palmz71_kp_resources[] = { -- 1.4.4.2