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

Commit 6593e56c authored by Sachin Bhayare's avatar Sachin Bhayare Committed by Krishna Manikandan
Browse files

ARM: dts: msm: set QVGA AUO CX command mode as default panel for MSM8909W



When splash feature is disabled, 8909WTP will not boot up.
Because dsi-pref-prim-pan is initialized as hx8394d_720p_video.
Updated the default panel to AUO_CX for MSM8909WTP to fix boot up issue.

Change-Id: I2320ca56b931d19ef205328a40803f293f6245e2
Signed-off-by: default avatarSachin Bhayare <sachin.bhayare@codeaurora.org>
parent 86691680
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -104,3 +104,13 @@
&venus_qseecom_mem {
	size = <0 0x0400000>;
};

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <&dsi_auo_cx_qvga_cmd>;
	pinctrl-names = "mdss_default", "mdss_sleep";
	pinctrl-0 = <&mdss_dsi_active &mdss_te_active>;
	pinctrl-1 = <&mdss_dsi_suspend &mdss_te_suspend>;

	qcom,platform-reset-gpio = <&msm_gpio 25 0>;
	qcom,platform-bklight-en-gpio = <&msm_gpio 37 0>;
};