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

Commit df3ab392 authored by Dhaval Patel's avatar Dhaval Patel
Browse files

ARM: dts: msm: update splash buffer address for msm8996



Update splash buffer address and size for msm8996 to
avoid overlap with ramdisk image and accommodate high
resolution splash images.

Change-Id: I570a2579909f0ad772f3e8937e6cd7b963174d81
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent 3feae538
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -191,15 +191,15 @@
			reg = <0 0x88800000 0 0x5c00000>;
		};

		dfps_data_mem: dfps_data_mem@82400000 {
		dfps_data_mem: dfps_data_mem@83400000 {
		       compatible = "shared-dma-pool";
		       no-map;
		       reg = <0 0x82400000 0 0x1000>;
		       reg = <0 0x83400000 0 0x1000>;
		       label = "dfps_data_mem";
		};

		cont_splash_mem: cont_splash_mem@82401000 {
			reg = <0 0x82401000 0 0x1c00000>;
		cont_splash_mem: cont_splash_mem@83401000 {
			reg = <0 0x83401000 0 0x23FF000>;
			label = "cont_splash_mem";
		};
	};