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

Commit 11488a4e 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: msm: alloc reserve mem for splash screen for 8x26 variants"

parents 8f7d9a8e 508ad639
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