@@ -80,9 +80,9 @@ static struct omap_opp_def __initdata omap36xx_mpu_rate_table[] = {
/* OPP2 - OPP100 */
OMAP_OPP_DEF(true, 600000000, 1100000),
/* OPP3 - OPP-Turbo */
- OMAP_OPP_DEF(false, 800000000, 1260000),
+ OMAP_OPP_DEF(true, 800000000, 1260000),
/* OPP4 - OPP-SB */
- OMAP_OPP_DEF(false, 1000000000, 1350000),
+ OMAP_OPP_DEF(true, 1000000000, 1350000),
/* Terminator */
OMAP_OPP_DEF(0, 0, 0)
};
@@ -102,9 +102,9 @@ static struct omap_opp_def __initdata omap36xx_dsp_rate_table[] = {
/* OPP2 - OPP100 */
OMAP_OPP_DEF(true, 520000000, 1100000),
/* OPP3 - OPP-Turbo */
- OMAP_OPP_DEF(false, 660000000, 1260000),
+ OMAP_OPP_DEF(true, 660000000, 1260000),
/* OPP4 - OPP-SB */
- OMAP_OPP_DEF(false, 800000000, 1350000),
+ OMAP_OPP_DEF(true, 800000000, 1350000),
/* Terminator */
OMAP_OPP_DEF(0, 0, 0)
};
@@ -571,7 +571,6 @@ static int vp_forceupdate_scale_voltage(u32 vdd, unsigned long target_volt,
pr_warning("Unable to get voltage table for VDD%d \
during voltage scaling. Some really Wrong!",
vdd + 1);
- return false;
}
vp_reg[vdd].vp_errorgain = (volt_data.vp_errorgain <<
OMAP3430_ERRORGAIN_SHIFT);