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

Commit 0c3c67d9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: apq: enable dsi device node for dragonboard8074"

parents a88ab09f 72cf9ba6
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -23,9 +23,12 @@
		status = "ok";
	};

	qcom,mdss_dsi_sharp_qhd_video {
		status = "ok";
		qcom,cont-splash-enabled;
	qcom,mdss_dsi@fd922800 {
		qcom,dsi-pref-prim-pan = <&dsi_sharp_qhd_vid>;
	};

	qcom,mdss_mdp@fd900000 {
		qcom,mdss-pref-prim-intf = "dsi";
	};

	qcom,hdmi_tx@fd922100 {
@@ -662,3 +665,7 @@
	qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
	status = "ok";
};

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