mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
CPUFREQ: Setting different cpufreq tables. [1/1]
PD#SWPL-4035 Problem: Setting different cpufreq tables. Solution: Setting different cpufreq tables. Verify: g12a_u200, verify pass Change-Id: If93f1baa1f50aeeed6e3d7f9d2ffeb1e0a5b4e02 Signed-off-by: Hong Guo <hong.guo@amlogic.com>
This commit is contained in:
@@ -922,9 +922,9 @@
|
||||
hispeed_cpufreq_max = <2100>;
|
||||
medspeed_cpufreq_max = <1908>;
|
||||
lospeed_cpufreq_max = <1800>;
|
||||
operating-points-v2 = <&cpu_opp_table0>;
|
||||
//<&cpu_opp_table1>,
|
||||
//<&cpu_opp_table2>;
|
||||
operating-points-v2 = <&cpu_opp_table0>,
|
||||
<&cpu_opp_table1>,
|
||||
<&cpu_opp_table2>;
|
||||
};
|
||||
|
||||
&CPU1 {
|
||||
|
||||
Reference in New Issue
Block a user