mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ARM: dts: msm: remove display bw fudge factor for msm8994
Remove fudge factor for 8994 platforms Change-Id: I48c22cb7e0dd83c57b7e0b02e98e6eabd87ee1e6 Signed-off-by: Ingrid Gallardo <ingridg@codeaurora.org>
This commit is contained in:
parent
b31147a76f
commit
40f24dfce1
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@
|
|||
<22 512 0 6400000>, <23 512 0 6400000>;
|
||||
|
||||
/* Fudge factors */
|
||||
qcom,mdss-ab-factor = <2 1>; /* 2 times */
|
||||
qcom,mdss-ib-factor = <6 5>; /* 1.2 times */
|
||||
qcom,mdss-ab-factor = <1 1>; /* 1 times (removes fudge factor) */
|
||||
qcom,mdss-ib-factor = <1 1>; /* 1 times (removes fudge factor) */
|
||||
qcom,mdss-clk-factor = <105 100>; /* 1.05 times */
|
||||
|
||||
qcom,max-mixer-width = <2048>;
|
||||
|
|
Loading…
Reference in a new issue