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

Commit ce24cde8 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: reserve memory for continuous splash on 8916"

parents d9ab9996 0d9ff3f6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -122,6 +122,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 0x1200000>;
			label = "cont_splash_mem";
		};
	};

	soc: soc { };