aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/vc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/vc.c')
-rw-r--r--arch/arm/mach-omap2/vc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/vc.c b/arch/arm/mach-omap2/vc.c
index d9e69944f0c9..6e586767a904 100644
--- a/arch/arm/mach-omap2/vc.c
+++ b/arch/arm/mach-omap2/vc.c
@@ -152,8 +152,6 @@ void omap_vc_post_scale(struct voltagedomain *voltdm,
152 smps_delay = ((smps_steps * voltdm->pmic->step_size) / 152 smps_delay = ((smps_steps * voltdm->pmic->step_size) /
153 voltdm->pmic->slew_rate) + 2; 153 voltdm->pmic->slew_rate) + 2;
154 udelay(smps_delay); 154 udelay(smps_delay);
155
156 voltdm->nominal_volt = target_volt;
157} 155}
158 156
159/* vc_bypass_scale - VC bypass method of voltage scaling */ 157/* vc_bypass_scale - VC bypass method of voltage scaling */