summaryrefslogtreecommitdiffstats
path: root/include/configs/highbank.h
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2013-10-04 10:22:43 -0500
committerTom Rini <trini@ti.com>2013-11-04 11:08:10 -0500
commit9df1bd416deef274536f00128ad11d24278fa655 (patch)
tree5634672f89acf989e1b23295f3a7d8cd4fa4aa88 /include/configs/highbank.h
parent1b5cf9549fe59e000dd8eff80eedafedf736fa3b (diff)
downloadblackbird-obmc-uboot-9df1bd416deef274536f00128ad11d24278fa655.tar.gz
blackbird-obmc-uboot-9df1bd416deef274536f00128ad11d24278fa655.zip
ARM: highbank: convert to common timer code
Convert highbank to use the commmon timer code. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'include/configs/highbank.h')
-rw-r--r--include/configs/highbank.h4
1 files changed, 4 insertions, 0 deletions
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
*/
OpenPOWER on IntegriCloud