diff --git a/drivers/thermal/msm_thermal.c b/drivers/thermal/msm_thermal.c index 06965fe63843..af8674a16e5e 100644 --- a/drivers/thermal/msm_thermal.c +++ b/drivers/thermal/msm_thermal.c @@ -5103,6 +5103,7 @@ static void msm_thermal_init_cpu_mit(enum cpu_mit_type cpu_mit) cpus[cpu].user_max_freq = UINT_MAX; cpus[cpu].shutdown_max_freq = UINT_MAX; cpus[cpu].suspend_max_freq = UINT_MAX; + cpus[cpu].vdd_max_freq = UINT_MAX; cpus[cpu].user_min_freq = 0; cpus[cpu].limited_max_freq = UINT_MAX; cpus[cpu].limited_min_freq = 0;