LF-255 ARM: dts: imx6ul-14x14-evk.dtsi: set CMA memory size to 96M bytes
authorFugang Duan <fugang.duan@nxp.com>
Fri, 29 Nov 2019 05:06:49 +0000 (13:06 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:21:28 +0000 (11:21 +0800)
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>
arch/arm/boot/dts/imx6ul-14x14-evk.dtsi

index df297a4..fa68365 100644 (file)
@@ -20,7 +20,7 @@
                linux,cma {
                        compatible = "shared-dma-pool";
                        reusable;
-                       size = <0x14000000>;
+                       size = <0x6000000>;
                        linux,cma-default;
                };
        };