ARM: dts: msm: Update MDSS max mixer/pipe width for sdm630
On sdm630, as per HW design, maximum mixer and pipe width has been changed to 2048. Update the same in MDSS MDP node. Change-Id: I21eb3fc77fd0fe08827d85777c39b24ed30911af Signed-off-by: Jayant Shekhar <jshekhar@codeaurora.org>
This commit is contained in:
parent
630218f710
commit
b26abf21b0
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@
|
|||
qcom,mdss-ib-factor = <1 1>; /* 1 time */
|
||||
qcom,mdss-clk-factor = <105 100>; /* 1.05 times */
|
||||
|
||||
qcom,max-mixer-width = <2560>;
|
||||
qcom,max-pipe-width = <2560>;
|
||||
qcom,max-mixer-width = <2048>;
|
||||
qcom,max-pipe-width = <2048>;
|
||||
|
||||
qcom,max-dest-scaler-input-width = <2048>;
|
||||
qcom,max-dest-scaler-output-width = <2560>;
|
||||
|
|
Loading…
Add table
Reference in a new issue