ARM: dts: msm: add the cma region for venus on msmtriton

Add the memory region for venus firmware that is used to allocate the
contiguous memory using CMA API.

Change-Id: Ibdec14a3e835df19876658d0ad7600da0200603b
Signed-off-by: Charan Teja Reddy <charante@codeaurora.org>
This commit is contained in:
Charan Teja Reddy 2016-10-17 15:18:21 +05:30
parent 4f983fd1aa
commit b31499e592

View file

@ -177,6 +177,14 @@
reg = <0x0 0x92a00000 0x0 0x1e00000>;
};
venus_fw_mem: venus_fw_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x80000000 0x0 0x20000000>;
reusable;
alignment = <0x0 0x400000>;
size = <0x0 0x800000>;
};
adsp_mem: adsp_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;