ARM: dts: msm: Add physical dimensions for NT35597 panel
The physical dimensions are used to determine the DPI in the framework. If these dimensions are not provided, the framework assumes a default DPI value which may not be suitable for the current panel and lead to some apps drawing incorrectly. Change-Id: Ib14c5b9121190dded5071ff60ecf0be8e5e5c232 CRs-Fixed: 1079438 Signed-off-by: Naseer Ahmed <naseer@codeaurora.org>
This commit is contained in:
parent
e95375540c
commit
6b9dca0d13
4 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,8 @@
|
|||
qcom,mdss-dsi-dma-trigger = "trigger_sw";
|
||||
qcom,mdss-dsi-mdp-trigger = "none";
|
||||
qcom,mdss-dsi-reset-sequence = <1 10>, <0 10>, <1 10>;
|
||||
qcom,mdss-pan-physical-width-dimension = <74>;
|
||||
qcom,mdss-pan-physical-height-dimension = <131>;
|
||||
qcom,mdss-dsi-te-pin-select = <1>;
|
||||
qcom,mdss-dsi-wr-mem-start = <0x2c>;
|
||||
qcom,mdss-dsi-wr-mem-continue = <0x3c>;
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
qcom,mdss-dsi-dma-trigger = "trigger_sw";
|
||||
qcom,mdss-dsi-mdp-trigger = "none";
|
||||
qcom,mdss-dsi-reset-sequence = <1 10>, <0 10>, <1 10>;
|
||||
qcom,mdss-pan-physical-width-dimension = <74>;
|
||||
qcom,mdss-pan-physical-height-dimension = <131>;
|
||||
|
||||
qcom,compression-mode = "dsc";
|
||||
qcom,config-select = <&dsi_nt35597_dsc_video_config0>;
|
||||
|
|
|
@ -47,6 +47,8 @@
|
|||
04 00];
|
||||
qcom,adjust-timer-wakeup-ms = <1>;
|
||||
qcom,mdss-dsi-reset-sequence = <1 10>, <0 10>, <1 10>;
|
||||
qcom,mdss-pan-physical-width-dimension = <74>;
|
||||
qcom,mdss-pan-physical-height-dimension = <131>;
|
||||
qcom,mdss-dsi-t-clk-post = <0x0d>;
|
||||
qcom,mdss-dsi-t-clk-pre = <0x2d>;
|
||||
qcom,mdss-dsi-bl-max-level = <4095>;
|
||||
|
|
|
@ -70,6 +70,8 @@
|
|||
qcom,mdss-dsi-dma-trigger = "trigger_sw";
|
||||
qcom,mdss-dsi-mdp-trigger = "none";
|
||||
qcom,mdss-dsi-reset-sequence = <1 10>, <0 10>, <1 10>;
|
||||
qcom,mdss-pan-physical-width-dimension = <74>;
|
||||
qcom,mdss-pan-physical-height-dimension = <131>;
|
||||
qcom,mdss-dsi-min-refresh-rate = <55>;
|
||||
qcom,mdss-dsi-max-refresh-rate = <60>;
|
||||
qcom,mdss-dsi-pan-enable-dynamic-fps;
|
||||
|
|
Loading…
Add table
Reference in a new issue