Merge "ARM: dts: msm: Provide a 16 MB CMA region to be used by qmc"

This commit is contained in:
qctecmdr
2023-12-11 15:02:24 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -3418,6 +3418,14 @@
reusable;
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"