Initial INC MR3 commit with EVO/BRAVO included and majority of the compile warnings ...
/arch/arm/mach-msm/board-supersonic.c
blob:e6f560ef260a3ac628d24ab692f2d47b4df9922c -> blob:c447a21de9639593ef9b9808ed69ee3d030c48c7
--- arch/arm/mach-msm/board-supersonic.c
+++ arch/arm/mach-msm/board-supersonic.c
@@ -772,8 +772,8 @@ static struct regulator_init_data tps650
{
.constraints = {
.name = "dcdc1", /* VREG_MSMC2_1V29 */
- .min_uV = 1000000,
- .max_uV = 1300000,
+ .min_uV = CONFIG_CPU_FREQ_VDD_LEVELS_MIN * 1000,
+ .max_uV = CONFIG_CPU_FREQ_VDD_LEVELS_MAX * 1000,
.valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
},
.consumer_supplies = tps65023_dcdc1_supplies,