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

Commit ed12df3a authored by Dhaval Patel's avatar Dhaval Patel Committed by Matt Wagantall
Browse files

ARM: dts: msm: reserve memory for continuous splash on msm8996



Reserve memory chunk in HLOS for continuous splash
feature on msm8996 target.

Change-Id: Ibc7731de0ae1bc0d9a2fa0bfe9a2903e3439c4d0
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent 3686b509
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -245,6 +245,9 @@
		mdss_fb0: qcom,mdss_fb_primary {
			cell-index = <0>;
			compatible = "qcom,mdss-fb";
			qcom,cont-splash-memory {
				linux,contiguous-region = <&cont_splash_mem>;
			};
		};

		mdss_fb1: qcom,mdss_fb_wfd {
+7 −0
Original line number Diff line number Diff line
@@ -151,6 +151,13 @@
			no-map;
			reg = <0 0x88800000 0 0x5800000>;
		};

		cont_splash_mem: cont_splash_mem@82400000 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			reg = <0 0x82400000 0 0x1c00000>;
			label = "cont_splash_mem";
		};
	};
};