ARM: dts: msm: fix DSI ACK error for r69006 panel
There are extra EOT packages sent by r69006 panel, so its output does not match what DSI host expects. Ignore EOT in the end of transmission. Change-Id: I50ac96dbc92ab0062f403af0ebbe052a966f0671 Signed-off-by: Ray Zhang <rayz@codeaurora.org>
This commit is contained in:
parent
a0be776046
commit
2011051c18
1 changed files with 8 additions and 0 deletions
|
@ -131,5 +131,13 @@
|
|||
qcom,mdss-dsi-mdp-trigger = "none";
|
||||
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
|
||||
qcom,mdss-dsi-reset-sequence = <1 20>, <0 2>, <1 20>;
|
||||
qcom,mdss-dsi-panel-status-command = [06 01 00 01 05 00 01 0A];
|
||||
qcom,mdss-dsi-panel-status-command-mode = "dsi_lp_mode";
|
||||
qcom,mdss-dsi-panel-status-check-mode = "reg_read";
|
||||
qcom,mdss-dsi-panel-status-read-length = <1>;
|
||||
qcom,mdss-dsi-panel-status-value = <0x1C>;
|
||||
qcom,mdss-dsi-panel-max-error-count = <3>;
|
||||
qcom,mdss-dsi-rx-eot-ignore;
|
||||
qcom,mdss-dsi-tx-eot-append;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue