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

Commit 051edfb1 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: reserve memory for display ramdump for TRINKET"

parents a2b81990 efec33f9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -534,6 +534,16 @@
			size = <0 0x400000>;
		};

		cont_splash_memory: cont_splash_region@5c000000 {
			reg = <0x0 0x5c000000 0x0 0x01000000>;
			label = "cont_splash_region";
		};

		disp_rdump_memory: disp_rdump_region@5c000000 {
			reg = <0x0 0x5c000000 0x0 0x01000000>;
			label = "disp_rdump_region";
		};

		/* global autoconfigured region for contiguous allocations */
		linux,cma {
			compatible = "shared-dma-pool";