hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/cpufreq/rockchip-cpufreq.c
....@@ -606,6 +606,7 @@
606606 if (opp_info->data && opp_info->data->get_soc_info)
607607 opp_info->data->get_soc_info(dev, np, &bin, &process);
608608 rockchip_get_soc_info(dev, np, &bin, &process);
609
+ rockchip_init_pvtpll_table(&cluster->opp_info, bin);
609610 rockchip_get_scale_volt_sel(dev, "cpu_leakage", reg_name, bin, process,
610611 &cluster->scale, &volt_sel);
611612 if (opp_info->data && opp_info->data->set_soc_info)