From 78de624da6f88562f2e9980d55de315429abd232 Mon Sep 17 00:00:00 2001 From: Xiao Feng Date: Sat, 21 Mar 2015 16:47:16 +0800 Subject: [PATCH] rk3368: update arm dvfs table and add gpu 576M Signed-off-by: Xiao Feng --- arch/arm64/boot/dts/rk3368-tb_8846.dts | 43 ++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/arch/arm64/boot/dts/rk3368-tb_8846.dts b/arch/arm64/boot/dts/rk3368-tb_8846.dts index 1c86af18af55..abed44969c8f 100644 --- a/arch/arm64/boot/dts/rk3368-tb_8846.dts +++ b/arch/arm64/boot/dts/rk3368-tb_8846.dts @@ -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 */ -- 2.34.1