Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Blackfin arch: bf51x processors also have 8 timers

parent e1312bfc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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