ARM: dts: msm: override initial pwrlevel for MSM8996ProAU

Current DRM driver set GPU clock rate with initial pwrlevel and use it
all the time. This value is too low and couldn't cover many computing
tasks. Change to a higher value for automotive system.

Change-Id: I348f187bfb8c0c2a3936a132bc0142fd5553226c
Signed-off-by: Kasin Li <donglil@codeaurora.org>
This commit is contained in:
Kasin Li 2017-06-15 16:50:01 +08:00
parent 0045ec6f11
commit af803bcd66

View file

@ -459,3 +459,12 @@
< 0 0 >,
< 315000000 4 >;
};
/* GPU overrides for auto */
&msm_gpu {
qcom,gpu-pwrlevel-bins {
qcom,gpu-pwrlevels-0 {
qcom,initial-pwrlevel = <1>;
};
};
};