ARM: dts: msm: Provide a 16 MB CMA region to be used by qmc
Provide a contiguous region for use by qmc. Unless explicitly instructed, this region should not be used by external customers. Change-Id: I98f651c835cf7fa19eba2bc209eb7b7807245877 Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
@@ -3404,6 +3404,14 @@
|
|||||||
reusable;
|
reusable;
|
||||||
size = <0 0x1000000>;
|
size = <0 0x1000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qmc_dma_mem: qmc_dma_region {
|
||||||
|
compatible = "shared-dma-pool";
|
||||||
|
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||||
|
reusable;
|
||||||
|
alignment = <0x0 0x400000>;
|
||||||
|
size = <0x0 0x1000000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "sun-dma-heaps.dtsi"
|
#include "sun-dma-heaps.dtsi"
|
||||||
|
Reference in New Issue
Block a user