From 9df1bd416deef274536f00128ad11d24278fa655 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Fri, 4 Oct 2013 10:22:43 -0500 Subject: ARM: highbank: convert to common timer code Convert highbank to use the commmon timer code. Signed-off-by: Rob Herring --- include/configs/highbank.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/highbank.h') diff --git a/include/configs/highbank.h b/include/configs/highbank.h index 016305a472..44a8f931bc 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -19,6 +19,10 @@ #define CONFIG_SUPPORT_RAW_INITRD #define CONFIG_SYS_BOOTMAPSZ (16 << 20) +#define CONFIG_SYS_TIMER_RATE (150000000/256) +#define CONFIG_SYS_TIMER_COUNTER (0xFFF34000 + 0x4) +#define CONFIG_SYS_TIMER_COUNTS_DOWN + /* * Size of malloc() pool */ -- cgit v1.2.1