mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
p977: dts: support for dvfs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user