Skip to content

Commit

Permalink
Blackfin arch: bf51x processors also have 8 timers
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Mar 28, 2009
1 parent e1312bf commit ffc8962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/blackfin/include/asm/gptimers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffc8962

Please sign in to comment.