|
@@ -59,7 +59,6 @@ static int mtk_cpufreq_voltage_tracking(struct mtk_cpu_dvfs_info *info,
|
|
|
int old_vproc, old_vsram, new_vsram, vsram, vproc, ret;
|
|
|
|
|
|
old_vproc = regulator_get_voltage(proc_reg);
|
|
|
- old_vsram = regulator_get_voltage(sram_reg);
|
|
|
/* Vsram should not exceed the maximum allowed voltage of SoC. */
|
|
|
new_vsram = min(new_vproc + MIN_VOLT_SHIFT, MAX_VOLT_LIMIT);
|
|
|
|