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>
This commit is contained in:
parent
7038250756
commit
335d7fcb1d
@ -114,7 +114,7 @@
|
|||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
/* Address must be kept in the lower 256 MiBs of DRAM for VE. */
|
/* Address must be kept in the lower 256 MiBs of DRAM for VE. */
|
||||||
cma_pool: default-pool {
|
default-pool {
|
||||||
compatible = "shared-dma-pool";
|
compatible = "shared-dma-pool";
|
||||||
size = <0x6000000>;
|
size = <0x6000000>;
|
||||||
alloc-ranges = <0x4a000000 0x6000000>;
|
alloc-ranges = <0x4a000000 0x6000000>;
|
||||||
|
@ -181,7 +181,7 @@
|
|||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
/* Address must be kept in the lower 256 MiBs of DRAM for VE. */
|
/* Address must be kept in the lower 256 MiBs of DRAM for VE. */
|
||||||
cma_pool: default-pool {
|
default-pool {
|
||||||
compatible = "shared-dma-pool";
|
compatible = "shared-dma-pool";
|
||||||
size = <0x6000000>;
|
size = <0x6000000>;
|
||||||
alloc-ranges = <0x4a000000 0x6000000>;
|
alloc-ranges = <0x4a000000 0x6000000>;
|
||||||
|
@ -196,7 +196,7 @@
|
|||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
/* Address must be kept in the lower 256 MiBs of DRAM for VE. */
|
/* Address must be kept in the lower 256 MiBs of DRAM for VE. */
|
||||||
cma_pool: default-pool {
|
default-pool {
|
||||||
compatible = "shared-dma-pool";
|
compatible = "shared-dma-pool";
|
||||||
size = <0x6000000>;
|
size = <0x6000000>;
|
||||||
alloc-ranges = <0x4a000000 0x6000000>;
|
alloc-ranges = <0x4a000000 0x6000000>;
|
||||||
|
@ -124,7 +124,7 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
cma_pool: default-pool {
|
default-pool {
|
||||||
compatible = "shared-dma-pool";
|
compatible = "shared-dma-pool";
|
||||||
size = <0x6000000>;
|
size = <0x6000000>;
|
||||||
alloc-ranges = <0x4a000000 0x6000000>;
|
alloc-ranges = <0x4a000000 0x6000000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user