kernel/drivers/cpufreq/rockchip-cpufreq.c
.. .. @@ -606,6 +606,7 @@ 606 606 if (opp_info->data && opp_info->data->get_soc_info) 607 607 opp_info->data->get_soc_info(dev, np, &bin, &process); 608 608 rockchip_get_soc_info(dev, np, &bin, &process); 609 + rockchip_init_pvtpll_table(&cluster->opp_info, bin);609 610 rockchip_get_scale_volt_sel(dev, "cpu_leakage", reg_name, bin, process, 610 611 &cluster->scale, &volt_sel); 611 612 if (opp_info->data && opp_info->data->set_soc_info)