From 5680d1a7135926866e83b56e56db22d4db9362ba Mon Sep 17 00:00:00 2001 From: Suman Anna Date: Mon, 16 Sep 2019 18:36:49 -0500 Subject: ARM: dts: dra72-evm-revc: Fix rproc reserved-memory labels and node names The commit 896cb04007c3 ("ARM: dts: dra72-evm-revc: Add CMA pools and enable IPUs & DSP1 rprocs") erroneously used the old CMA terminology in the DSP1 & IPU rproc reserved memory node names and labels. Fix these and align with the node names and labels used in all the other TI DRA7xx/AM57xx board dts files. Fixes: 896cb04007c3 ("ARM: dts: dra72-evm-revc: Add CMA pools and enable IPUs & DSP1 rprocs") Signed-off-by: Suman Anna --- arch/arm/boot/dts/dra72-evm-revc.dts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/dra72-evm-revc.dts b/arch/arm/boot/dts/dra72-evm-revc.dts index 08c75a7e3e8c..b68c5935471e 100644 --- a/arch/arm/boot/dts/dra72-evm-revc.dts +++ b/arch/arm/boot/dts/dra72-evm-revc.dts @@ -22,21 +22,21 @@ #size-cells = <2>; ranges; - ipu2_cma_pool: ipu2_cma@95800000 { + ipu2_memory_region: ipu2-memory@95800000 { compatible = "shared-dma-pool"; reg = <0x0 0x95800000 0x0 0x3800000>; reusable; status = "okay"; }; - dsp1_cma_pool: dsp1_cma@99000000 { + dsp1_memory_region: dsp1-memory@99000000 { compatible = "shared-dma-pool"; reg = <0x0 0x99000000 0x0 0x4000000>; reusable; status = "okay"; }; - ipu1_cma_pool: ipu1_cma@9d000000 { + ipu1_memory_region: ipu1-memory@9d000000 { compatible = "shared-dma-pool"; reg = <0x0 0x9d000000 0x0 0x2000000>; reusable; @@ -146,15 +146,15 @@ &ipu2 { status = "okay"; - memory-region = <&ipu2_cma_pool>; + memory-region = <&ipu2_memory_region>; }; &ipu1 { status = "okay"; - memory-region = <&ipu1_cma_pool>; + memory-region = <&ipu1_memory_region>; }; &dsp1 { status = "okay"; - memory-region = <&dsp1_cma_pool>; + memory-region = <&dsp1_memory_region>; }; -- cgit v1.2.3-54-g00ecf