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

Commit 508ad639 authored by Jeevan Shriram's avatar Jeevan Shriram Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: alloc reserve mem for splash screen for 8x26 variants



Override splash screen memory size for w-cdp and w-mtp
variants of 8x26

Change-Id: I4469b734290c6ac4274d4d41a1088a9acbe62106
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 563010bc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -20,3 +20,8 @@
	compatible = "qcom,apq8026-cdp", "qcom,apq8026", "qcom,cdp";
	qcom,board-id = <1 4>;
};

&mdss_fb0 {
	/* cont_splash memory*/
	qcom,memblock-reserve = <0x04200000 0x64000>;
};
+5 −0
Original line number Diff line number Diff line
@@ -27,3 +27,8 @@
		qcom,mount-angle = <180>;
	};
};

&mdss_fb0 {
	/* cont_splash memory*/
	qcom,memblock-reserve = <0x04200000 0x64000>;
};
+5 −0
Original line number Diff line number Diff line
@@ -20,3 +20,8 @@
	compatible = "qcom,apq8026-cdp", "qcom,apq8026", "qcom,cdp";
	qcom,board-id = <1 4>;
};

&mdss_fb0 {
	/* cont_splash memory*/
	qcom,memblock-reserve = <0x04200000 0x64000>;
};
+5 −0
Original line number Diff line number Diff line
@@ -20,3 +20,8 @@
	compatible = "qcom,apq8026-mtp", "qcom,apq8026", "qcom,mtp";
	qcom,board-id = <8 4>;
};

&mdss_fb0 {
	/* cont_splash memory*/
	qcom,memblock-reserve = <0x04200000 0x64000>;
};
+5 −0
Original line number Diff line number Diff line
@@ -20,3 +20,8 @@
	compatible = "qcom,apq8026-cdp", "qcom,apq8026", "qcom,cdp";
	qcom,board-id = <1 4>;
};

&mdss_fb0 {
	/* cont_splash memory*/
	qcom,memblock-reserve = <0x04200000 0x64000>;
};
Loading