--- b5a6b4d70f4dfee2afd2eb36390beba0a5595b34 +++ b572cae65542443d42cf87777c9ce5f7c5a090d3 @@ -716,8 +716,8 @@ static struct regulator_init_data tps650 { .constraints = { .name = "dcdc1", /* VREG_MSMC2_1V29 */ - .min_uV = 925000, - .max_uV = 1400000, + .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,