rk312x: enable core dvfs, fix gpu dvfs table error

Signed-off-by: 陈亮 <cl@rock-chips.com>
This commit is contained in:
陈亮
2014-08-04 19:53:21 -07:00
parent ff98190af1
commit f650629d48

View File

@@ -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";
};