ARM: dts: msm: add extra destination scaler properties for MSMcobalt

This change adds maximum input and output width for destination scaler.

CRs-Fixed: 988990
Change-Id: I9a4b9701e078fa39783f33f023eef2da75c1c162
Signed-off-by: Naseer Ahmed <naseer@codeaurora.org>
This commit is contained in:
Naseer Ahmed 2016-03-07 16:43:39 -08:00 committed by Kyle Yan
parent 687db9c75e
commit dbe16a2725

View file

@ -38,6 +38,9 @@
qcom,max-mixer-width = <2560>; qcom,max-mixer-width = <2560>;
qcom,max-pipe-width = <2560>; qcom,max-pipe-width = <2560>;
qcom,max-dest-scaler-input-width = <2048>;
qcom,max-dest-scaler-output-width = <2560>;
/* VBIF QoS remapper settings*/ /* VBIF QoS remapper settings*/
qcom,mdss-vbif-qos-rt-setting = <1 2 2 2>; qcom,mdss-vbif-qos-rt-setting = <1 2 2 2>;
qcom,vbif-settings = <0x00ac 0x00000040>; qcom,vbif-settings = <0x00ac 0x00000040>;