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

Commit ac2d51ac authored by Ujwal Patel's avatar Ujwal Patel
Browse files

ARM: dts: msm: display: add topology configs of nt35597 wqxga panels



NT35597 dual-dsi panels 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: If1168c8f2a8e67904f6737084102b53f7c41888b
Signed-off-by: default avatarUjwal Patel <ujwalp@codeaurora.org>
Signed-off-by: default avatarShivaraj Shetty <shivaraj@codeaurora.org>
parent e963a02d
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -89,5 +89,15 @@


		qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
		qcom,mdss-dsi-on-command-state = "dsi_lp_mode";
		qcom,mdss-dsi-off-command-state = "dsi_hs_mode";
		qcom,mdss-dsi-off-command-state = "dsi_hs_mode";

		qcom,config-select = <&dsi_dual_nt35597_cmd_config0>;

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

		dsi_dual_nt35597_cmd_config1: config1 {
			qcom,split-mode = "pingpong-split";
		};
	};
	};
};
};
+10 −0
Original line number Original line Diff line number Diff line
@@ -70,5 +70,15 @@
		qcom,mdss-dsi-dma-trigger = "trigger_sw";
		qcom,mdss-dsi-dma-trigger = "trigger_sw";
		qcom,mdss-dsi-mdp-trigger = "none";
		qcom,mdss-dsi-mdp-trigger = "none";
		qcom,mdss-dsi-reset-sequence = <1 20>, <0 20>, <1 50>;
		qcom,mdss-dsi-reset-sequence = <1 20>, <0 20>, <1 50>;

		qcom,config-select = <&dsi_dual_nt35597_video_config0>;

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

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