Skip to content

Commit 335d7fc

Browse files
committed
ARM: dts: sunxi: Remove the CMA node label
There's no phandle pointing to the CMA pool, so it's label is unnecessary. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
1 parent 7038250 commit 335d7fc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arch/arm/boot/dts/sun5i.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
ranges;
115115

116116
/* Address must be kept in the lower 256 MiBs of DRAM for VE. */
117-
cma_pool: default-pool {
117+
default-pool {
118118
compatible = "shared-dma-pool";
119119
size = <0x6000000>;
120120
alloc-ranges = <0x4a000000 0x6000000>;

arch/arm/boot/dts/sun7i-a20.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
ranges;
182182

183183
/* Address must be kept in the lower 256 MiBs of DRAM for VE. */
184-
cma_pool: default-pool {
184+
default-pool {
185185
compatible = "shared-dma-pool";
186186
size = <0x6000000>;
187187
alloc-ranges = <0x4a000000 0x6000000>;

arch/arm/boot/dts/sun8i-a33.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
ranges;
197197

198198
/* Address must be kept in the lower 256 MiBs of DRAM for VE. */
199-
cma_pool: default-pool {
199+
default-pool {
200200
compatible = "shared-dma-pool";
201201
size = <0x6000000>;
202202
alloc-ranges = <0x4a000000 0x6000000>;

arch/arm/boot/dts/sun8i-h3.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
#size-cells = <1>;
125125
ranges;
126126

127-
cma_pool: default-pool {
127+
default-pool {
128128
compatible = "shared-dma-pool";
129129
size = <0x6000000>;
130130
alloc-ranges = <0x4a000000 0x6000000>;

0 commit comments

Comments
 (0)