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

Commit 45be8155 authored by shuoy's avatar shuoy
Browse files

ARM: dts: msm8610: Primary disp perf for msm8x10 qrd skuab


device2.

Add primary display interface preference property
to SKUAB dev2.

Change-Id: Ief04e21c8d8b19ab6af4a9670d611f8254f696d5
Signed-off-by: default avatarShuo Yan <shuoy@codeaurora.org>
parent 14a5d3a3
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -21,3 +21,15 @@
	compatible = "qcom,msm8610-qrd", "qcom,msm8610", "qcom,qrd";
	qcom,board-id = <0x2000b 3>;
};

&mdpp_mdp {
	qcom,mdss-pref-prim-intf = "dsi";
};

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <dsi_hx8389ba_qhd_vid>;
};

&dsi_hx8389ba_qhd_vid {
	qcom,cont-splash-enabled;
};
+12 −0
Original line number Diff line number Diff line
@@ -44,3 +44,15 @@
		qcom,led-flash-src = <&led_flash0>;
	};
};

&mdpp_mdp {
	qcom,mdss-pref-prim-intf = "dsi";
};

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <dsi_hx8389ba_qhd_vid>;
};

&dsi_hx8389ba_qhd_vid {
	qcom,cont-splash-enabled;
};