mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
rk3288: raise vdd_logic to 1.3v, gpu dvfs table add 600M support
This commit is contained in:
@@ -462,6 +462,7 @@
|
||||
200000 1200000
|
||||
300000 1200000
|
||||
400000 1200000
|
||||
600000 1300000
|
||||
>;
|
||||
};
|
||||
|
||||
|
||||
@@ -783,9 +783,9 @@
|
||||
clk_vepu {
|
||||
operating-points = <
|
||||
/* KHz uV */
|
||||
200000 1200000
|
||||
300000 1200000
|
||||
400000 1200000
|
||||
200000 1300000
|
||||
300000 1300000
|
||||
400000 1300000
|
||||
>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -382,7 +382,7 @@ static int cpufreq_init_cpu0(struct cpufreq_policy *policy)
|
||||
clk_vepu_dvfs_node = clk_get_dvfs_node("clk_vepu");
|
||||
if (clk_vepu_dvfs_node){
|
||||
clk_enable_dvfs(clk_vepu_dvfs_node);
|
||||
dvfs_clk_set_rate(clk_vepu_dvfs_node, 297000000);
|
||||
dvfs_clk_set_rate(clk_vepu_dvfs_node, 198000000);
|
||||
}
|
||||
|
||||
clk_cpu_dvfs_node = clk_get_dvfs_node("clk_core");
|
||||
|
||||
Reference in New Issue
Block a user