ARM: dts: msm: Add CMA region for sdxbaagha

Add a 12MB common CMA region for system use.

Change-Id: If3df6fed2dc8600ebd032425b34cea4d5da48897
This commit is contained in:
Qingqing Zhou
2022-07-01 16:42:04 +08:00
committed by Gerrit - the friendly Code Review server
parent 7cd5cd6396
commit 84c4efda15

View File

@@ -86,6 +86,16 @@
reg = <0x87000000 0x400000>;
};
/* global autoconfigured region for contiguous allocations */
system_cma: linux,cma {
compatible = "shared-dma-pool";
alloc-ranges = <0x00000000 0xffffffff>;
reusable;
alignment = <0x400000>;
size = <0xc00000>;
linux,cma-default;
};
};
cpus {