LF-1106 arm64: dts: imx8mq-evk: reduce cma reserved memory size to 896M
authorDong Aisheng <aisheng.dong@nxp.com>
Tue, 10 Mar 2020 09:19:04 +0000 (17:19 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:11 +0000 (11:22 +0800)
commitbe3b86ec530f8d8bf919d730cd94e0392a7daab9
treed71a9ed6a6018090b199649c6288f8e3fefa7368
parenta392faf2affe20561971f4205670c4e6e34ac06f
LF-1106 arm64: dts: imx8mq-evk: reduce cma reserved memory size to 896M

Currently the cma reserved memory allocation will fail due to conflict
with rpmsg reserved memory which results in a lot of VPU test failure.

e.g
rpmsg_reserved: rpmsg@0xb8000000 {
        no-map;
        reg = <0 0xb8000000 0 0x400000>;
};

This patch worked around this issue first by reducing the CMA size to 896M
from 960M.

We're still investigating a more sane approach to add back the correct
requirement CMA memory (per MM team, it may need 1060M).

Reviewed-by: ZHOU PENG <eagle.zhou@nxp.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
arch/arm64/boot/dts/freescale/imx8mq-evk.dts