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

Commit 097f74ea authored by Rashi Bindra's avatar Rashi Bindra Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable HD+ with upscaling on SDM429



Changes to enable HD+ with upscaling feature on SDM429
for mtp and cdp.

Change-Id: I58a244428535adadd415691dd6cce60732e01a9d
Signed-off-by: default avatarRashi Bindra <rbindra@codeaurora.org>
parent 5c705745
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@
		qcom,mdss-dsi-lane-2-state;
		qcom,mdss-dsi-lane-3-state;
		qcom,mdss-dsi-panel-timings =
			[7a 1a 12 00 3e 42 16 1e 03 04 00];
			[7a 1a 12 00 3e 42 16 1e 14 03 04 00];
		qcom,mdss-dsi-t-clk-post = <0x0a>;
		qcom,mdss-dsi-t-clk-pre = <0x1d>;
		qcom,mdss-dsi-dma-trigger = "trigger_sw";
+4 −0
Original line number Diff line number Diff line
@@ -12,3 +12,7 @@
 */

#include "sdm439-cdp.dtsi"

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <&dsi_hx8399c_hd_vid>;
};
+4 −0
Original line number Diff line number Diff line
@@ -12,3 +12,7 @@
 */

#include "sdm439-mtp.dtsi"

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