From 28ba8936b70b2d1cafa5a7c10da5afc1b4ec12cc Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 30 Jun 2021 13:40:40 +0200 Subject: arm64: dts: apalis/colibri/verdin imx8 series: remove reserved memory for cma Use the kernel config to setup the continguous memory allocator rather than having this settings in the device tree. (Note that an existing node in the device tree takes precedence.) Related-to: ELB-4019 Signed-off-by: Max Krummenacher --- arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi | 9 --------- 1 file changed, 9 deletions(-) (limited to 'arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi') diff --git a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi index a2ef38067313..bc35996ff744 100644 --- a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi @@ -216,15 +216,6 @@ reg = <0 0x90400000 0 0x100000>; no-map; }; - - /* global autoconfigured region for contiguous allocations */ - linux,cma { - compatible = "shared-dma-pool"; - reusable; - size = <0 0x3c000000>; - alloc-ranges = <0 0x96000000 0 0x3c000000>; - linux,cma-default; - }; }; sound { -- cgit v1.2.3