aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion5x
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r--arch/arm/mach-orion5x/common.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c
index 79f9ffb9a142..58b754ff701c 100644
--- a/arch/arm/mach-orion5x/common.c
+++ b/arch/arm/mach-orion5x/common.c
@@ -203,7 +203,7 @@ void __init orion5x_wdt_init(void)
203 ****************************************************************************/ 203 ****************************************************************************/
204void __init orion5x_init_early(void) 204void __init orion5x_init_early(void)
205{ 205{
206 orion_time_set_base((unsigned long) TIMER_VIRT_BASE); 206 orion_time_set_base(TIMER_VIRT_BASE);
207} 207}
208 208
209int orion5x_tclk; 209int orion5x_tclk;
@@ -224,8 +224,7 @@ static void __init orion5x_timer_init(void)
224{ 224{
225 orion5x_tclk = orion5x_find_tclk(); 225 orion5x_tclk = orion5x_find_tclk();
226 226
227 orion_time_init((unsigned long) ORION5X_BRIDGE_VIRT_BASE, 227 orion_time_init(ORION5X_BRIDGE_VIRT_BASE, BRIDGE_INT_TIMER1_CLR,
228 BRIDGE_INT_TIMER1_CLR,
229 IRQ_ORION5X_BRIDGE, orion5x_tclk); 228 IRQ_ORION5X_BRIDGE, orion5x_tclk);
230} 229}
231 230