Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mike Frysinger and committed by
Bryan Wu
ffc89627 e1312bfc

+2 -2
+2 -2
arch/blackfin/include/asm/gptimers.h
··· 15 15 #include <asm/blackfin.h> 16 16 17 17 /* 18 - * BF537/BF527: 8 timers: 18 + * BF51x/BF52x/BF537: 8 timers: 19 19 */ 20 - #if defined(BF527_FAMILY) || defined(BF537_FAMILY) 20 + #if defined(CONFIG_BF51x) || defined(BF527_FAMILY) || defined(BF537_FAMILY) 21 21 # define MAX_BLACKFIN_GPTIMERS 8 22 22 # define TIMER0_GROUP_REG TIMER_ENABLE 23 23 #endif