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

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

Merge "ARM: dts: msm: Increase Secure Display Heap size for SM8150"

parents 81a5a283 cc072dd5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -717,12 +717,12 @@
			size = <0x0 0x800000>;
		};

		secure_display_memory: secure_display_region {
		secure_display_memory: secure_display_region { /* Secure UI */
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
			reusable;
			alignment = <0x0 0x400000>;
			size = <0x0 0x5c00000>;
			size = <0x0 0x7800000>;
		};

		dump_mem: mem_dump_region {