Commit ffc89627 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: bf51x processors also have 8 timers

Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent e1312bfc
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
#include <asm/blackfin.h> #include <asm/blackfin.h>
/* /*
* BF537/BF527: 8 timers: * BF51x/BF52x/BF537: 8 timers:
*/ */
#if defined(BF527_FAMILY) || defined(BF537_FAMILY) #if defined(CONFIG_BF51x) || defined(BF527_FAMILY) || defined(BF537_FAMILY)
# define MAX_BLACKFIN_GPTIMERS 8 # define MAX_BLACKFIN_GPTIMERS 8
# define TIMER0_GROUP_REG TIMER_ENABLE # define TIMER0_GROUP_REG TIMER_ENABLE
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment