forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
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)