aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/dra72-evm-revc.dts12
1 files 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 @@
22 #size-cells = <2>; 22 #size-cells = <2>;
23 ranges; 23 ranges;
24 24
25 ipu2_cma_pool: ipu2_cma@95800000 { 25 ipu2_memory_region: ipu2-memory@95800000 {
26 compatible = "shared-dma-pool"; 26 compatible = "shared-dma-pool";
27 reg = <0x0 0x95800000 0x0 0x3800000>; 27 reg = <0x0 0x95800000 0x0 0x3800000>;
28 reusable; 28 reusable;
29 status = "okay"; 29 status = "okay";
30 }; 30 };
31 31
32 dsp1_cma_pool: dsp1_cma@99000000 { 32 dsp1_memory_region: dsp1-memory@99000000 {
33 compatible = "shared-dma-pool"; 33 compatible = "shared-dma-pool";
34 reg = <0x0 0x99000000 0x0 0x4000000>; 34 reg = <0x0 0x99000000 0x0 0x4000000>;
35 reusable; 35 reusable;
36 status = "okay"; 36 status = "okay";
37 }; 37 };
38 38
39 ipu1_cma_pool: ipu1_cma@9d000000 { 39 ipu1_memory_region: ipu1-memory@9d000000 {
40 compatible = "shared-dma-pool"; 40 compatible = "shared-dma-pool";
41 reg = <0x0 0x9d000000 0x0 0x2000000>; 41 reg = <0x0 0x9d000000 0x0 0x2000000>;
42 reusable; 42 reusable;
@@ -146,15 +146,15 @@
146 146
147&ipu2 { 147&ipu2 {
148 status = "okay"; 148 status = "okay";
149 memory-region = <&ipu2_cma_pool>; 149 memory-region = <&ipu2_memory_region>;
150}; 150};
151 151
152&ipu1 { 152&ipu1 {
153 status = "okay"; 153 status = "okay";
154 memory-region = <&ipu1_cma_pool>; 154 memory-region = <&ipu1_memory_region>;
155}; 155};
156 156
157&dsp1 { 157&dsp1 {
158 status = "okay"; 158 status = "okay";
159 memory-region = <&dsp1_cma_pool>; 159 memory-region = <&dsp1_memory_region>;
160}; 160};