Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295569
b: refs/heads/master
c: 3223d00
h: refs/heads/master
i:
  295567: b3c85b1
v: v3
  • Loading branch information
Yuan Jiangli authored and Tony Lindgren committed Mar 7, 2012
1 parent c725be0 commit ce62b60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bb1dbe7cfd62e35f6f25e94729458b9047e3f555
refs/heads/master: 3223d007a3f9ddbd68424adf628e740dd87c564f
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/vp.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ void __init omap_vp_init(struct voltagedomain *voltdm)
vddmin = voltdm->pmic->vp_vddmin;
vddmax = voltdm->pmic->vp_vddmax;

waittime = ((voltdm->pmic->step_size / voltdm->pmic->slew_rate) *
sys_clk_rate) / 1000;
waittime = DIV_ROUND_UP(voltdm->pmic->step_size * sys_clk_rate,
1000 * voltdm->pmic->slew_rate);
vstepmin = voltdm->pmic->vp_vstepmin;
vstepmax = voltdm->pmic->vp_vstepmax;

Expand Down

0 comments on commit ce62b60

Please sign in to comment.