Commit b950c789 authored by David Vrabel's avatar David Vrabel Committed by Deepak Saxena

[ARM] Fix IXP4xx CLOCK_TICK_RATE to match HW 66.66... MHz

parent 99d4f395
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
#include <asm/hardware.h> #include <asm/hardware.h>
/* /*
* We use IXP425 General purpose timer for our timer needs, it runs at 66 MHz * We use IXP425 General purpose timer for our timer needs, it runs at
* 66.66... MHz
*/ */
#define CLOCK_TICK_RATE (IXP4XX_PERIPHERAL_BUS_CLOCK * 1000000) #define CLOCK_TICK_RATE (66666666)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment