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

Commit dd161204 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: add memory reservation for splash on 8909"

parents 1e27a54d c5767e91
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
@@ -114,6 +114,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 { };