From: 黄涛 Date: Sat, 19 Mar 2011 08:16:12 +0000 (+0800) Subject: rk29: timer: clock source do not need irq X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=028a0082b7dcc5ab850e191053d9fa06f5e57ebf;p=firefly-linux-kernel-4.4.55.git rk29: timer: clock source do not need irq --- diff --git a/arch/arm/mach-rk29/timer.c b/arch/arm/mach-rk29/timer.c index b00430d78533..89f24857346b 100644 --- a/arch/arm/mach-rk29/timer.c +++ b/arch/arm/mach-rk29/timer.c @@ -33,7 +33,7 @@ #define TIMER_DISABLE 6 #define TIMER_ENABLE 3 -#define TIMER_ENABLE_FREE_RUNNING 1 +#define TIMER_ENABLE_FREE_RUNNING 5 #if 1 /* by default, use periph sync timer */