Merge "ARM: dts: msm: Add CMA heap region for ravelin"

This commit is contained in:
qctecmdr
2022-11-02 18:56:53 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 14 additions and 0 deletions

View File

@@ -20,6 +20,12 @@
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&qseecom_ta_mem>;
};
qcom,audio_ml {
qcom,dma-heap-name = "qcom,audio-ml";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&audio_cma_mem>;
};
};
};

View File

@@ -366,6 +366,14 @@
alignment = <0x0 0x400000>;
size = <0x0 0xC00000>;
};
audio_cma_mem: audio_cma_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0x0 0x1C00000>;
};
};
&firmware {