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

Commit 23b6dbb8 authored by Ujwal Patel's avatar Ujwal Patel
Browse files

ARM: dts: msm: display: add topology configs for Sharp wqxga panel



Sharp WQXGA dual-dsi panel can be supported in two modes, dual layer
mixers + dual-DSI or single layer mixer + pingpong-split + dual-DSI.
Add these configurations so that targets can choose based on their
requirements.

Change-Id: I4575ce891199d89e74d271b4bf6f18e169d7970d
Signed-off-by: default avatarUjwal Patel <ujwalp@codeaurora.org>
Signed-off-by: default avatarShivaraj Shetty <shivaraj@codeaurora.org>
parent ac2d51ac
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -64,5 +64,15 @@
		qcom,mdss-dsi-panel-status-check-mode = "bta_check";
		qcom,mdss-dsi-tx-eot-append;
		qcom,esd-check-enabled;

		qcom,config-select = <&dsi_dual_sharp_video_config0>;

		dsi_dual_sharp_video_config0: config0 {
			qcom,split-mode = "dualctl-split";
		};

		dsi_dual_sharp_video_config1: config1 {
			qcom,split-mode = "pingpong-split";
		};
	};
};