mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
7cd5cd6396
commit
84c4efda15
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user