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

Commit 91d912b4 authored by Ray Zhang's avatar Ray Zhang
Browse files

ARM: dts: msm: fix screen display shift issue for ssd2080m



Change "vertical back porch"/"vertical front porch" and
"vertical pulse width" to adjust ssd2080m requirement,
otherwise screen will shift to bottom a bit.

Signed-off-by: default avatarRay Zhang <rayzhang@codeaurora.org>
Change-Id: Id3d1f19dc036554c40308b13dc668938460463a8
parent a40ca38d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@
		qcom,mdss-dsi-h-back-porch = <24>;
		qcom,mdss-dsi-h-pulse-width = <14>;
		qcom,mdss-dsi-h-sync-skew = <0>;
		qcom,mdss-dsi-v-back-porch = <15>;
		qcom,mdss-dsi-v-front-porch = <12>;
		qcom,mdss-dsi-v-pulse-width = <10>;
		qcom,mdss-dsi-v-back-porch = <14>;
		qcom,mdss-dsi-v-front-porch = <11>;
		qcom,mdss-dsi-v-pulse-width = <2>;
		qcom,mdss-dsi-h-left-border = <0>;
		qcom,mdss-dsi-h-right-border = <0>;
		qcom,mdss-dsi-v-top-border = <0>;