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

Commit d694b7a7 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: Correct the dump_mem size for MSM8953 and MSM8937"

parents fb51c859 18c5b4e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@
		dump_mem: mem_dump_region {
			compatible = "shared-dma-pool";
			reusable;
			size = <0 0x2400000>;
			size = <0x400000>;
		};
	};

+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@
		dump_mem: mem_dump_region {
			compatible = "shared-dma-pool";
			reusable;
			size = <0 0x2400000>;
			size = <0x400000>;
		};
	};