Merge "ARM: dts: msm: Provide a 16 MB CMA region to be used by qmc"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
1567c4e1e4
@@ -3418,6 +3418,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