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

Commit f1b92b14 authored by Aravind Venkateswaran's avatar Aravind Venkateswaran
Browse files

ARM: dts: msm: Enable 1080p JDI panel for supported 8226 boards



msm8226 boards that support 1080p display have JDI 1080p panel as
the primary display panel. Enable this panel on these boards.

Change-Id: I1e93950d3657134d350d7884b0841486f4cf9f59
Signed-off-by: default avatarAravind Venkateswaran <aravindh@codeaurora.org>
parent 55fdbe19
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -477,3 +477,16 @@
		qcom,fast-avg-setup = <0>;
	};
};

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

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <&dsi_jdi_1080_vid>;
	qcom,platform-enable-gpio = <&msmgpio 109 0>;
};

&dsi_jdi_1080_vid {
	qcom,cont-splash-enabled;
};
+13 −0
Original line number Diff line number Diff line
@@ -494,3 +494,16 @@
		qcom,cdc-micbias1-ext-cap;
	};
};

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

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <&dsi_jdi_1080_vid>;
	qcom,platform-enable-gpio = <&msmgpio 109 0>;
};

&dsi_jdi_1080_vid {
	qcom,cont-splash-enabled;
};
+1 −0
Original line number Diff line number Diff line
@@ -16,3 +16,4 @@
/include/ "dsi-panel-nt35596-1080p-video.dtsi"
/include/ "dsi-panel-nt35590-720p-cmd.dtsi"
/include/ "dsi-panel-ssd2080m-720p-video.dtsi"
/include/ "dsi-panel-jdi-1080p-video.dtsi"