mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
cpufreq: dt: Use new API to adjust table
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Change-Id: I4fc29aa89e1769c0081beedaf9d8d56b2eea2c50
This commit is contained in:
@@ -288,7 +288,7 @@ static int dt_cpufreq_early_init(struct device *dev, int cpu)
|
||||
}
|
||||
|
||||
#ifdef CONFIG_ARCH_ROCKCHIP
|
||||
rockchip_cpufreq_adjust_power_scale(cpu_dev);
|
||||
rockchip_cpufreq_adjust_table(cpu_dev);
|
||||
#endif
|
||||
|
||||
ret = dev_pm_opp_init_cpufreq_table(cpu_dev, &priv->freq_table);
|
||||
|
||||
Reference in New Issue
Block a user