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

Commit 69aff4cc authored by Liam Mark's avatar Liam Mark
Browse files

ARM: dts: msm: Restrict default CMA region below 0xE0000000

Restrict default CMA region below 0xE0000000 so that allocations
from this region don't overlap with CLADE address range.

Change-Id: I462a70900b821ba1ff0fcb5ad020e79f37f6efb0
parent 1351fca9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -449,7 +449,7 @@
		/* global autoconfigured region for contiguous allocations */
		linux,cma {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
			alloc-ranges = <0x0 0x00000000 0x0 0xdfffffff>;
			reusable;
			alignment = <0x0 0x400000>;
			size = <0x0 0x2000000>;