Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272724
b: refs/heads/master
c: 4d47506
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hilman committed Sep 15, 2011
1 parent b7c90db commit 8a51ec9
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d84adcf46b9c235d1f4975b72a8c2763dbfb0081
refs/heads/master: 4d47506a85a9f2e745dc63215594e9f799aff3dc
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-omap2/voltage.c
Original file line number Diff line number Diff line change
Expand Up @@ -802,8 +802,10 @@ int __init omap_voltage_late_init(void)
if (!voltdm->scalable)
continue;

if (voltdm->vc)
if (voltdm->vc) {
voltdm->vdd->volt_scale = omap_vc_bypass_scale;
omap_vc_init_channel(voltdm);
}

if (voltdm->vdd) {
if (omap_vdd_data_configure(voltdm))
Expand Down

0 comments on commit 8a51ec9

Please sign in to comment.