ARM: dts: msm: update the delay values for truly 1080p panel
Update the panel reset sequence and panel ON/OFF command delays for truly 1080p command mode and video mode panels. This will help to reduce the suspend/resume latencies related to display for this panel. Change-Id: I503ce32546483a6eac79c41b581486e7a3ae8735 Signed-off-by: Padmanabhan Komanduru <pkomandu@codeaurora.org> Signed-off-by: Sandeep Panda <spanda@codeaurora.org>
This commit is contained in:
parent
64f565199e
commit
f96563d68f
2 changed files with 12 additions and 12 deletions
|
@ -78,17 +78,17 @@
|
|||
29 01 00 00 00 00 08 d5 06 00 00 01 51 01 32
|
||||
29 01 00 00 00 00 1f c7 01 0a 11 18 26 33 3e 50 38 42 52
|
||||
60 67 6e 77 01 0a 11 18 26 33 3e 50 38 42 52 60 67 6e 77
|
||||
29 01 00 00 c8 00 14 c8 01 00 00 00 00 fc 00 00 00 00 00 fc
|
||||
00 00 00 00 00 fc 00
|
||||
29 01 00 00 14 00 14 c8 01 00 00 00 00 fc 00 00 00 00
|
||||
00 fc 00 00 00 00 00 fc 00
|
||||
05 01 00 00 14 00 02 29 00];
|
||||
qcom,mdss-dsi-off-command = [05 01 00 00 96 00 02 28 00
|
||||
05 01 00 00 96 00 02 10 00];
|
||||
qcom,mdss-dsi-off-command = [05 01 00 00 14 00 02 28 00
|
||||
05 01 00 00 78 00 02 10 00];
|
||||
qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
|
||||
qcom,mdss-dsi-off-command-state = "dsi_lp_mode";
|
||||
qcom,mdss-dsi-bl-min-level = <1>;
|
||||
qcom,mdss-dsi-bl-max-level = <4095>;
|
||||
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
|
||||
qcom,mdss-dsi-reset-sequence = <1 200>, <0 200>, <1 200>;
|
||||
qcom,mdss-dsi-reset-sequence = <1 10>, <0 10>, <1 10>;
|
||||
qcom,mdss-dsi-post-init-delay = <1>;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
15 01 00 00 00 00 02 51 ff
|
||||
15 01 00 00 00 00 02 53 2c
|
||||
15 01 00 00 00 00 02 55 00
|
||||
05 01 00 00 c8 00 02 11 00
|
||||
05 01 00 00 78 00 02 11 00
|
||||
23 01 00 00 00 00 02 b0 00
|
||||
29 01 00 00 00 00 07 b3 14 00 00 00 00 00
|
||||
29 01 00 00 00 00 03 b6 3a d3
|
||||
|
@ -74,15 +74,15 @@
|
|||
29 01 00 00 00 00 08 d5 06 00 00 01 51 01 32
|
||||
29 01 00 00 00 00 1f c7 01 0a 11 18 26 33 3e 50 38 42 52
|
||||
60 67 6e 77 01 0a 11 18 26 33 3e 50 38 42 52 60 67 6e 77
|
||||
29 01 00 00 c8 00 14 c8 01 00 00 00 00 fc 00 00 00 00 00 fc
|
||||
00 00 00 00 00 fc 00
|
||||
05 01 00 00 c8 00 02 29 00];
|
||||
qcom,mdss-dsi-off-command = [05 01 00 00 96 00 02 28 00
|
||||
05 01 00 00 96 00 02 10 00];
|
||||
29 01 00 00 14 00 14 c8 01 00 00 00 00 fc 00 00 00 00
|
||||
00 fc 00 00 00 00 00 fc 00
|
||||
05 01 00 00 14 00 02 29 00];
|
||||
qcom,mdss-dsi-off-command = [05 01 00 00 14 00 02 28 00
|
||||
05 01 00 00 78 00 02 10 00];
|
||||
qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
|
||||
qcom,mdss-dsi-off-command-state = "dsi_lp_mode";
|
||||
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
|
||||
qcom,mdss-dsi-reset-sequence = <1 200>, <0 200>, <1 200>;
|
||||
qcom,mdss-dsi-reset-sequence = <1 10>, <0 10>, <1 10>;
|
||||
qcom,mdss-dsi-tx-eot-append;
|
||||
qcom,mdss-dsi-post-init-delay = <1>;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue