mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-12 16:40:42 +09:00
cpufreq: rename cpufreq_reboot_limit_freq to rockchip_cpufreq_reboot_limit_freq
This commit is contained in:
@@ -400,7 +400,7 @@ static int cpufreq_reboot_notifier_event(struct notifier_block *this, unsigned l
|
||||
return NOTIFY_OK;
|
||||
}
|
||||
|
||||
int cpufreq_reboot_limit_freq(void)
|
||||
int rockchip_cpufreq_reboot_limit_freq(void)
|
||||
{
|
||||
dvfs_disable_temp_limit();
|
||||
dvfs_clk_enable_limit(clk_cpu_dvfs_node, 1000*suspend_freq, 1000*suspend_freq);
|
||||
|
||||
Reference in New Issue
Block a user