提交 ffc89627 编写于 作者: M Mike Frysinger 提交者: Bryan Wu

Blackfin arch: bf51x processors also have 8 timers

Signed-off-by: NMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 e1312bfc
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册