mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
rk3368-p9: dts : add core&gpu dvfs table
This commit is contained in:
@@ -480,6 +480,49 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&clk_core_b_dvfs_table {
|
||||
operating-points = <
|
||||
/* KHz uV */
|
||||
216000 1000000
|
||||
312000 1000000
|
||||
408000 1000000
|
||||
600000 1000000
|
||||
696000 1000000
|
||||
816000 1025000
|
||||
1008000 1100000
|
||||
//1200000 1175000
|
||||
//1296000 1200000
|
||||
//1416000 1275000
|
||||
//1512000 1325000
|
||||
>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&clk_core_l_dvfs_table {
|
||||
operating-points = <
|
||||
/* KHz uV */
|
||||
216000 1000000
|
||||
312000 1000000
|
||||
408000 1000000
|
||||
600000 1000000
|
||||
696000 1000000
|
||||
816000 1075000
|
||||
1008000 1175000
|
||||
//1200000 1225000
|
||||
>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&clk_gpu_dvfs_table {
|
||||
operating-points = <
|
||||
/* KHz uV */
|
||||
200000 1100000
|
||||
288000 1100000
|
||||
400000 1150000
|
||||
576000 1200000
|
||||
>;
|
||||
};
|
||||
|
||||
&clk_ddr_dvfs_table {
|
||||
operating-points = <
|
||||
/* KHz uV */
|
||||
|
||||
Reference in New Issue
Block a user