From f650629d48de06b19912c6876269f9c8c488c8ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=99=88=E4=BA=AE?= Date: Mon, 4 Aug 2014 19:53:21 -0700 Subject: [PATCH] rk312x: enable core dvfs, fix gpu dvfs table error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈亮 --- arch/arm/boot/dts/rk312x-sdk.dtsi | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/rk312x-sdk.dtsi b/arch/arm/boot/dts/rk312x-sdk.dtsi index a35bdbd11b25..ec6f732bebd7 100755 --- a/arch/arm/boot/dts/rk312x-sdk.dtsi +++ b/arch/arm/boot/dts/rk312x-sdk.dtsi @@ -175,8 +175,8 @@ rk818_dcdc2_reg: regulator@1 { regulator-name= "vdd_logic"; - regulator-min-microvolt = <1200000>; - regulator-max-microvolt = <1200000>; + regulator-min-microvolt = <700000>; + regulator-max-microvolt = <1500000>; regulator-initial-mode = <0x2>; regulator-initial-state = <3>; regulator-state-mem { @@ -334,15 +334,16 @@ 600000 1250000 696000 1250000 816000 1250000 + 1008000 1250000 >; - status="disable"; + status="okay"; }; &clk_gpu_dvfs_table { operating-points = < /* KHz uV */ - 200000 125000 - 300000 125000 + 200000 1250000 + 300000 1250000 >; status="okay"; }; -- 2.34.1