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

Commit 86d5f5b3 authored by Shivaraj Shetty's avatar Shivaraj Shetty Committed by Aravind Venkateswaran
Browse files

ARM: dts: msm: add support for QVGA NT35590 command mode panel



Add the panel DT file to support QVGA NT35590 command mode panel.
Add this panel dtsi to the list of panels supported in the 8x26
MDSS panels DT file. Enable continuous splash screen for this
panel.

Change-Id: I7127ad2edf9a3ffd9d4faba3bdeb9b110308c780
Signed-off-by: default avatarShivaraj Shetty <shivaraj@codeaurora.org>
parent 488e1012
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -26,3 +26,11 @@
	/* cont_splash memory*/
	qcom,memblock-reserve = <0x04200000 0x64000>;
};

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

&dsi_nt35590_qvga_cmd {
	qcom,cont-splash-enabled;
};
+8 −0
Original line number Diff line number Diff line
@@ -33,3 +33,11 @@
	/* cont_splash memory*/
	qcom,memblock-reserve = <0x04200000 0x64000>;
};

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

&dsi_nt35590_qvga_cmd {
	qcom,cont-splash-enabled;
};
+8 −0
Original line number Diff line number Diff line
@@ -26,3 +26,11 @@
	/* cont_splash memory*/
	qcom,memblock-reserve = <0x04200000 0x64000>;
};

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

&dsi_nt35590_qvga_cmd {
	qcom,cont-splash-enabled;
};
+8 −0
Original line number Diff line number Diff line
@@ -26,3 +26,11 @@
	/* cont_splash memory*/
	qcom,memblock-reserve = <0x04200000 0x64000>;
};

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

&dsi_nt35590_qvga_cmd {
	qcom,cont-splash-enabled;
};
+8 −0
Original line number Diff line number Diff line
@@ -26,3 +26,11 @@
	/* cont_splash memory*/
	qcom,memblock-reserve = <0x04200000 0x64000>;
};

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

&dsi_nt35590_qvga_cmd {
	qcom,cont-splash-enabled;
};
Loading