From 2276f375f15273382da1d2f3abb4a5b8ecb8051d Mon Sep 17 00:00:00 2001 From: Emanuele Ghidoli Date: Mon, 3 Apr 2023 15:03:55 +0200 Subject: arm64: dts: colibri-imx8x: fix cma memory size Increase the CMA memory size to be enough to play full HD video using gst-play. Upstream-Status: Pending - This can and should be upstreamed. Fixes: 54c00ffd99e0 ("arm64: dts: colibri-imx8x: Add cma memory") Signed-off-by: Emanuele Ghidoli --- arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi index 9ff2494727c1..a1b69b76544f 100644 --- a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi @@ -139,7 +139,7 @@ compatible = "shared-dma-pool"; linux,cma-default; reusable; - size = <0 0x18000000>; + size = <0 0x1A000000>; }; }; -- cgit v1.2.3