ARM: dts: msm: Update DCVS table for msmcobalt v2
DCVS table update is required to take into account new voltage corners and frequencies in msmcobalt v2. CRs-Fixed: 1072756 Change-Id: I368778ae96191398333cc53d5700a9331f892236 Signed-off-by: Chinmay Sawarkar <chinmays@codeaurora.org>
This commit is contained in:
parent
cde2fda56d
commit
0791ac9cba
1 changed files with 17 additions and 0 deletions
|
@ -674,6 +674,23 @@
|
|||
<355200000 3570000>,/* imem @ svs freq 171 Mhz */
|
||||
<444000000 6750000>,/* imem @ nom freq 323 Mhz */
|
||||
<533000000 8490000>;/* imem @ turbo freq 406 Mhz */
|
||||
|
||||
qcom,dcvs-tbl = /* minLoad LoadLow LoadHigh CodecCheck */
|
||||
/* Decode */
|
||||
/* Load > Nominal, Nominal <-> Turbo Eg.3840x2160@60 */
|
||||
<1728000 1728000 2211840 0x3f00000c>,
|
||||
/* Encoder */
|
||||
/* Load > Nominal, Nominal <-> Turbo Eg. 4kx2304@30 */
|
||||
<972000 972000 1105920 0x04000004>,
|
||||
/* Load > SVSL1, SVSL1<-> Nominal Eg. 3840x2160@30 */
|
||||
<939700 939700 972000 0x04000004>,
|
||||
/* Load > SVS , SVS <-> SVSL1 Eg. 4kx2304@24 */
|
||||
<489600 489600 939700 0x04000004>;
|
||||
|
||||
qcom,dcvs-limit = /* Min Frame size, Min MBs/sec */
|
||||
<32400 30>, /* Encoder 3840x2160@30 */
|
||||
<32400 60>; /* Decoder 3840x2160@60 */
|
||||
|
||||
};
|
||||
|
||||
/* GPU overrides */
|
||||
|
|
Loading…
Add table
Reference in a new issue