From 33cc5b9e74621afdc467b1c37cdd5db81456be86 Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Tue, 6 Jun 2017 11:28:18 +0800 Subject: [PATCH] MLK-15011: ARM64: dts: increase the cma size for imx8qxp Current the CMA size is 128M, after GPU enabled, there is no space left for other drivers. So increase it to 640M, which is align with imx8qm Signed-off-by: Shengjiu Wang --- arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi index 47df3f7c9a02..258c87d1acbe 100644 --- a/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi @@ -52,7 +52,7 @@ linux,cma { compatible = "shared-dma-pool"; reusable; - size = <0 0x08000000>; + size = <0 0x28000000>; alloc-ranges = <0 0x80000000 0 0x80000000>; linux,cma-default; }; -- 2.17.1