diff options
author | Andy Green <andy@openmoko.com> | 2009-03-08 08:54:25 +0000 |
---|---|---|
committer | Andy Green <andy@openmoko.com> | 2009-03-08 08:54:25 +0000 |
commit | 491d14bf2b4d19b611e9799ae8599c9bb7640e83 (patch) | |
tree | 3e5fb6c689aea4b95c1ddf35d73828fbc096e942 | |
parent | 15ca3dafb2662db4d9a5aca5f022497395436503 (diff) |
fix-gta02-fiq-timing.patch
Signed-off-by: Andy Green <andy@openmoko.com>
-rw-r--r-- | arch/arm/mach-s3c2442/mach-gta02.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2442/mach-gta02.c b/arch/arm/mach-s3c2442/mach-gta02.c index 7214ecca97c..ce0f737f26d 100644 --- a/arch/arm/mach-s3c2442/mach-gta02.c +++ b/arch/arm/mach-s3c2442/mach-gta02.c @@ -127,7 +127,7 @@ static spinlock_t motion_irq_lock; #define DIVISOR_FROM_US(x) ((x) << 3) #ifdef CONFIG_HDQ_GPIO_BITBANG -#define FIQ_DIVISOR_HDQ DIVISOR_FROM_US(20) +#define FIQ_DIVISOR_HDQ DIVISOR_FROM_US(HDQ_SAMPLE_PERIOD_US) extern int hdq_fiq_handler(void); #endif |