Blackfin arch: bf51x processors also have 8 timers

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Mike Frysinger 2009-03-28 20:31:33 +08:00 committed by Bryan Wu
parent e1312bfcc2
commit ffc89627ae
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@
#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 TIMER0_GROUP_REG TIMER_ENABLE
#endif