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

Commit 9beac8bf authored by Ritesh Kumar's avatar Ritesh Kumar
Browse files

ARM: dts: msm: Reduce splash memory on sm6150



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

Change-Id: I3c044ea6050e53ba34891f9746e69ea0440ba6b6
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
@@ -641,11 +641,11 @@
		};

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

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