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

Commit c5767e91 authored by Shivaraj Shetty's avatar Shivaraj Shetty
Browse files

ARM: dts: msm: add memory reservation for splash on 8909



In 8909 the memory reservation has to be done under
memory node. Add corresponding change to reserve
memory for the splash content.

Change-Id: I4800deaa7eefde09c2530a4f56325c68777a37be
Signed-off-by: default avatarShivaraj Shetty <shivaraj@codeaurora.org>
parent 3c59f85d
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -27,10 +27,13 @@
			 <&clock_gcc clk_gcc_mdss_vsync_clk>;
		clock-names = "iface_clk", "bus_clk", "core_clk_src",
				"core_clk", "vsync_clk";

                mdss_fb0: qcom,mdss_fb_primary {
			cell-index = <0>;
			compatible = "qcom,mdss-fb";
			qcom,memblock-reserve = <0x83200000 0x800000>;
			qcom,cont-splash-memory {
				linux,contiguous-region = <&cont_splash_mem>;
			};
		};
	};

+7 −0
Original line number Diff line number Diff line
@@ -110,6 +110,13 @@
			reg = <0 0 0 0x314000>;
			label = "audio_mem";
		};

                cont_splash_mem: splash_region@83000000 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			reg = <0x0 0x83000000 0x0 0x900000>;
			label = "cont_splash_mem";
		};
	};

	soc: soc { };