ARM: dts: sunxi: Remove the CMA node label
authorMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 7 Nov 2018 14:30:17 +0000 (15:30 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 28 Nov 2018 13:26:33 +0000 (14:26 +0100)
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>
arch/arm/boot/dts/sun5i.dtsi
arch/arm/boot/dts/sun7i-a20.dtsi
arch/arm/boot/dts/sun8i-a33.dtsi
arch/arm/boot/dts/sun8i-h3.dtsi

index b957b14..5906d43 100644 (file)
                ranges;
 
                /* Address must be kept in the lower 256 MiBs of DRAM for VE. */
-               cma_pool: default-pool {
+               default-pool {
                        compatible = "shared-dma-pool";
                        size = <0x6000000>;
                        alloc-ranges = <0x4a000000 0x6000000>;
index f7dcf8d..1ca1fdf 100644 (file)
                ranges;
 
                /* Address must be kept in the lower 256 MiBs of DRAM for VE. */
-               cma_pool: default-pool {
+               default-pool {
                        compatible = "shared-dma-pool";
                        size = <0x6000000>;
                        alloc-ranges = <0x4a000000 0x6000000>;
index a8b2c4d..1c4f7e1 100644 (file)
                ranges;
 
                /* Address must be kept in the lower 256 MiBs of DRAM for VE. */
-               cma_pool: default-pool {
+               default-pool {
                        compatible = "shared-dma-pool";
                        size = <0x6000000>;
                        alloc-ranges = <0x4a000000 0x6000000>;
index b3921c5..22883f1 100644 (file)
                #size-cells = <1>;
                ranges;
 
-               cma_pool: default-pool {
+               default-pool {
                        compatible = "shared-dma-pool";
                        size = <0x6000000>;
                        alloc-ranges = <0x4a000000 0x6000000>;