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

Commit 8977c304 authored by shuoy's avatar shuoy
Browse files

ARM: dts: msm8610: correct disp perf for msm8610 qrd skuab


device2

the parameter for 8x10 should be mdss_mdp not mdpp_mdp

Change-Id: I410bb46c4e926929843193be7c9bfec3d885bff8
Signed-off-by: default avatarShuo Yan <shuoy@codeaurora.org>
parent d80c39cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@
	qcom,board-id = <0x2000b 3>;
};

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

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

&dsi_hx8389ba_qhd_vid {
&dsi_hx8389b_qhd_vid {
	qcom,cont-splash-enabled;
};
+3 −3
Original line number Diff line number Diff line
@@ -45,14 +45,14 @@
	};
};

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

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

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