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

Commit b63bd65a authored by Ritesh Kumar's avatar Ritesh Kumar
Browse files

ARM: dts: msm: Reduce splash memory on sdmmagpie



Reduce splash memory to avoid overlap with dfps data
memory on sdmmagpie platform.

Change-Id: I6f3c1946976ca71e98e9c09917e7efea9e390dba
Signed-off-by: default avatarRitesh Kumar <riteshk@codeaurora.org>
parent 9a12fe13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -650,7 +650,7 @@
		};

		cont_splash_memory: cont_splash_region@9c000000 {
			reg = <0x0 0x9c000000 0x0 0x01800000>;
			reg = <0x0 0x9c000000 0x0 0x01700000>;
			label = "cont_splash_region";
		};

@@ -659,7 +659,7 @@
			label = "disp_rdump_region";
		};

		dfps_data_memory: dfps_data_region@9e300000 {
		dfps_data_memory: dfps_data_region@9d700000 {
			reg = <0x0 0x9d700000 0x0 0x0100000>;
			label = "dfps_data_region";
		};