mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk3368: update arm dvfs table and add gpu 576M
Signed-off-by: Xiao Feng <xf@rock-chips.com>
This commit is contained in:
@@ -662,6 +662,49 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&clk_core_b_dvfs_table {
|
||||
operating-points = <
|
||||
/* KHz uV */
|
||||
216000 950000
|
||||
312000 950000
|
||||
408000 950000
|
||||
600000 950000
|
||||
696000 950000
|
||||
816000 975000
|
||||
1008000 1050000
|
||||
//1200000 1175000
|
||||
//1296000 1200000
|
||||
//1416000 1275000
|
||||
//1512000 1325000
|
||||
>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&clk_core_l_dvfs_table {
|
||||
operating-points = <
|
||||
/* KHz uV */
|
||||
216000 950000
|
||||
312000 950000
|
||||
408000 950000
|
||||
600000 950000
|
||||
696000 950000
|
||||
816000 1025000
|
||||
1008000 1125000
|
||||
//1200000 1225000
|
||||
>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&clk_gpu_dvfs_table {
|
||||
operating-points = <
|
||||
/* KHz uV */
|
||||
200000 1200000
|
||||
288000 1200000
|
||||
400000 1200000
|
||||
576000 1200000
|
||||
>;
|
||||
};
|
||||
|
||||
&clk_ddr_dvfs_table {
|
||||
operating-points = <
|
||||
/* KHz uV */
|
||||
|
||||
Reference in New Issue
Block a user