Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355637
b: refs/heads/master
c: 93044fa
h: refs/heads/master
i:
  355635: 8557f83
v: v3
  • Loading branch information
Torben Hohn authored and Shawn Guo committed Feb 5, 2013
1 parent 624e059 commit 5fd627a
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: 2fb318ff75d7c4d5ccc418ab4dcce19aa40fc059
refs/heads/master: 93044fa1527518cfba022b62d2c4b407891d1ff7
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-mxs/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ static int __init mxs_clockevent_init(struct clk *timer_clk)
mxs_clockevent_device.set_next_event = timrotv1_set_next_event;
mxs_clockevent_device.cpumask = cpumask_of(0);
clockevents_config_and_register(&mxs_clockevent_device,
clk_get_rate(timer_clk), 0xf,
clk_get_rate(timer_clk),
timrot_is_v1() ? 0xf : 0x2,
timrot_is_v1() ? 0xfffe : 0xfffffffe);

return 0;
Expand Down

0 comments on commit 5fd627a

Please sign in to comment.