ARM: dts: msm: Increase cma system heap size again for sun
Another memshare peripheral needs 5 Mb of memory. Change-Id: I7928d61c5201d86c5409ac31fbfc104eba140f55 Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
@@ -3505,15 +3505,15 @@
|
|||||||
* 6Mb for dma_atomic_pool_init()
|
* 6Mb for dma_atomic_pool_init()
|
||||||
* 8Mb for kgsl snapshot
|
* 8Mb for kgsl snapshot
|
||||||
* 4MB for sharedmem-uio
|
* 4MB for sharedmem-uio
|
||||||
* 6Mb for "qcom,memshare" device
|
* 11Mb for "qcom,memshare" device
|
||||||
* 4Mb spare.
|
* 3Mb spare.
|
||||||
*/
|
*/
|
||||||
system_cma: linux,cma {
|
system_cma: linux,cma {
|
||||||
compatible = "shared-dma-pool";
|
compatible = "shared-dma-pool";
|
||||||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||||
reusable;
|
reusable;
|
||||||
alignment = <0x0 0x400000>;
|
alignment = <0x0 0x400000>;
|
||||||
size = <0x0 0x1C00000>;
|
size = <0x0 0x2000000>;
|
||||||
linux,cma-default;
|
linux,cma-default;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user