mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
rk30: cpufreq: fix transition_latency for ondemand governor
This commit is contained in:
@@ -246,8 +246,7 @@ static int rk30_cpu_init(struct cpufreq_policy *policy)
|
||||
|
||||
policy->cur = rk30_getspeed(0);
|
||||
|
||||
/* FIXME: what's the actual transition time? */
|
||||
policy->cpuinfo.transition_latency = 300 * 1000;
|
||||
policy->cpuinfo.transition_latency = 40 * NSEC_PER_USEC; // make ondemand default sampling_rate to 40000
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user