summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2019-11-29 13:06:49 +0800
committerFugang Duan <fugang.duan@nxp.com>2019-11-29 14:42:54 +0800
commitf69fef59fcc6aa4b8342c5ea66843f9569547978 (patch)
tree7b8d9a0a43e54636e533820cdae16f25eb980c40 /arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
parente22cb576c5df1a9d1d3bac639978c78f6507fa9f (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-14x14-evk.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6ul-14x14-evk.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi b/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
index 87f6776fc4c7..9ee3a6f310f6 100644
--- a/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
+++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
@@ -20,7 +20,7 @@
linux,cma {
compatible = "shared-dma-pool";
reusable;
- size = <0x14000000>;
+ size = <0x6000000>;
linux,cma-default;
};
};