Merge "ARM: dts: msm: Update system cma pool size for sun"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
be9be4327d
@@ -1996,12 +1996,18 @@
|
||||
reg = <0x0 0xff800000 0x0 0x800000>;
|
||||
};
|
||||
|
||||
/*
|
||||
* 6Mb for dma_atomic_pool_init()
|
||||
* 8Mb for kgsl snapshot
|
||||
* 4MB for sharedmem-uio
|
||||
* 2Mb spare.
|
||||
*/
|
||||
system_cma: linux,cma {
|
||||
compatible = "shared-dma-pool";
|
||||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||
reusable;
|
||||
alignment = <0x0 0x400000>;
|
||||
size = <0x0 0xC00000>;
|
||||
size = <0x0 0x1400000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user