p977: dts: support for dvfs

This commit is contained in:
郭毅
2014-04-01 21:25:39 +08:00
parent 2c9aae941f
commit 5dcb633192

View File

@@ -109,12 +109,6 @@
dai0 {
audio-codec = <&codec_hdmi_spdif>;
i2s-controller = <&spdif>;
format = "spdif";
//continuous-clock;
//bitclock-inversion;
//frame-inversion;
//bitclock-master;
//frame-master;
};
};
};
@@ -483,13 +477,18 @@
&clk_core_dvfs_table {
operating-points = <
/* KHz uV */
126000 850000
216000 850000
312000 850000
504000 850000
408000 850000
600000 850000
696000 900000
816000 950000
1008000 1000000
1200000 1050000
1416000 1150000
>;
status="okay";
};
&clk_gpu_dvfs_table {
@@ -501,14 +500,16 @@
400000 1000000
600000 1250000
>;
status="okay";
};
&clk_ddr_dvfs_table {
operating-points = <
/* KHz uV */
200000 1200000
300000 1200000
400000 1200000
200000 950000
300000 950000
400000 1000000
533000 1050000
>;
freq_table = <
@@ -518,6 +519,7 @@
SYS_STATUS_VIDEO 300000
SYS_STATUS_DUALVIEW 500000
>;
status="okay";
};
/include/ "rk808.dtsi"