ARM: dts: msm: Add CDSP shared memory
Reserve 4MB for EVA HFI queue on CDSP. Change-Id: Ie93c5cf5a482bb01efdef7f7ce8b4e561b01b51a Signed-off-by: Gopireddy Arunteja Reddy <quic_garuntej@quicinc.com>
This commit is contained in:
committed by
Arunteja Reddy Gopireddy
parent
2cef652702
commit
f36945f6bd
@@ -365,6 +365,14 @@
|
|||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
|
cdsp_eva_mem: cdsp_eva_region {
|
||||||
|
compatible = "shared-dma-pool";
|
||||||
|
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||||
|
reusable;
|
||||||
|
alignment = <0x0 0x400000>;
|
||||||
|
size = <0x0 0x400000>;
|
||||||
|
};
|
||||||
|
|
||||||
/* global autoconfigured region for contiguous allocations */
|
/* global autoconfigured region for contiguous allocations */
|
||||||
system_cma: linux,cma {
|
system_cma: linux,cma {
|
||||||
compatible = "shared-dma-pool";
|
compatible = "shared-dma-pool";
|
||||||
|
Reference in New Issue
Block a user