Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262845
b: refs/heads/master
c: e9d0b97
h: refs/heads/master
i:
  262843: 11cc138
v: v3
  • Loading branch information
Hemant Pedanekar authored and Tony Lindgren committed Aug 10, 2011
1 parent e0b37f5 commit 8a5c7cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 133e6b55b1e8cf48418b4aa44aa7441d4cce86a0
refs/heads/master: e9d0b97eef235eccc3df9ddb9895b35c53a8aaa2
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-omap2/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@ static void __init omap2_gp_clocksource_init(int gptimer_id,
pr_info("OMAP clocksource: GPTIMER%d at %lu Hz\n",
gptimer_id, clksrc.rate);

__omap_dm_timer_load_start(clksrc.io_base, OMAP_TIMER_CTRL_ST, 0, 1);
__omap_dm_timer_load_start(clksrc.io_base,
OMAP_TIMER_CTRL_ST | OMAP_TIMER_CTRL_AR, 0, 1);
init_sched_clock(&cd, dmtimer_update_sched_clock, 32, clksrc.rate);

if (clocksource_register_hz(&clocksource_gpt, clksrc.rate))
Expand Down

0 comments on commit 8a5c7cd

Please sign in to comment.