1
0
Fork 0

LF-255 ARM: dts: imx6ul-14x14-evk.dtsi: set CMA memory size to 96M bytes

imx6ul/ull/ulz 14x14 evk board memory size is 512M, current
board dts set CMA reserved memory size to 320M, which causes
system has no free memory for unmovable and reclaimable.

In fact, set CMA memory size to 96M is large enough for pxp and
epdc cases.

Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Fugang Duan 2019-11-29 13:06:49 +08:00
parent e22cb576c5
commit f69fef59fc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
linux,cma {
compatible = "shared-dma-pool";
reusable;
size = <0x14000000>;
size = <0x6000000>;
linux,cma-default;
};
};