Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 564fb446 authored by Huaibin Yang's avatar Huaibin Yang Committed by Jeevan Shriram
Browse files

ARM: dts: msm: enable bta check mode for sharp wqxga panel



The display panel state can be checked by triggering a DSI bus turn
around (BTA) and waiting for BTA interrupt. If the interrupt times
out, a panel bad state is reported. Set EOT_TX_APPEND bit to avoid
overflow or ack errors for this panel.

Change-Id: I9d94b0b70ed52f8e6a8f518df646138c07bb59a6
Signed-off-by: default avatarHuaibin Yang <huaibiny@codeaurora.org>
parent 6c5b7e1b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -61,5 +61,8 @@
		qcom,mdss-pan-physical-height-dimension = <133>;
		qcom,mdss-dsi-min-refresh-rate = <53>;
		qcom,mdss-dsi-max-refresh-rate = <60>;
		qcom,mdss-dsi-panel-status-check-mode = "bta_check";
		qcom,mdss-dsi-tx-eot-append;
		qcom,esd-check-enabled;
	};
};
+3 −0
Original line number Diff line number Diff line
@@ -59,5 +59,8 @@
		qcom,mdss-pan-physical-height-dimension = <133>;
		qcom,mdss-dsi-min-refresh-rate = <53>;
		qcom,mdss-dsi-max-refresh-rate = <60>;
		qcom,mdss-dsi-panel-status-check-mode = "bta_check";
		qcom,mdss-dsi-tx-eot-append;
		qcom,esd-check-enabled;
	};
};