]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: sunxi: Change default CMA pool node name
authorMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 7 Nov 2018 14:28:28 +0000 (15:28 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 28 Nov 2018 13:26:32 +0000 (14:26 +0100)
The CMA node has a unit address, but no reg property which generates a
warning in DTC. Change the node name to reflect its usage and drop the unit
address.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Documentation/devicetree/bindings/media/cedrus.txt
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 a089a0c1ff050534c1a0e01ccfe2df8b88718d18..33833a43fff8f13ce64b0d9043f87ca6ca91d26e 100644 (file)
@@ -31,7 +31,7 @@ reserved-memory {
        ranges;
 
        /* Address must be kept in the lower 256 MiBs of DRAM for VE. */
-       cma_pool: cma@4a000000 {
+       cma_pool: default-pool {
                compatible = "shared-dma-pool";
                size = <0x6000000>;
                alloc-ranges = <0x4a000000 0x6000000>;
index ac287a0685b2ff4efd517b53e8acf932dfeaf9cd..b957b141e50245fcb1e371b4e252038f2d053b87 100644 (file)
@@ -114,7 +114,7 @@ reserved-memory {
                ranges;
 
                /* Address must be kept in the lower 256 MiBs of DRAM for VE. */
-               cma_pool: cma@4a000000 {
+               cma_pool: default-pool {
                        compatible = "shared-dma-pool";
                        size = <0x6000000>;
                        alloc-ranges = <0x4a000000 0x6000000>;
index b4fd4f5ca66b4956387ed5e570ae73e523dffe3b..f7dcf8d21fd286069fed3e1161c7fff8f036c226 100644 (file)
@@ -181,7 +181,7 @@ reserved-memory {
                ranges;
 
                /* Address must be kept in the lower 256 MiBs of DRAM for VE. */
-               cma_pool: cma@4a000000 {
+               cma_pool: default-pool {
                        compatible = "shared-dma-pool";
                        size = <0x6000000>;
                        alloc-ranges = <0x4a000000 0x6000000>;
index 502de6f44a9a1328e082a4eaa426988ce59a315d..a8b2c4d14f99c9affca23074e80c1316f3d491ba 100644 (file)
@@ -196,7 +196,7 @@ reserved-memory {
                ranges;
 
                /* Address must be kept in the lower 256 MiBs of DRAM for VE. */
-               cma_pool: cma@4a000000 {
+               cma_pool: default-pool {
                        compatible = "shared-dma-pool";
                        size = <0x6000000>;
                        alloc-ranges = <0x4a000000 0x6000000>;
index 3ecfabb101519c9da0b6de70749f7d4292df1479..b3921c5171ed337a782b386eebb01dde5ed81a7a 100644 (file)
@@ -124,7 +124,7 @@ reserved-memory {
                #size-cells = <1>;
                ranges;
 
-               cma_pool: cma@4a000000 {
+               cma_pool: default-pool {
                        compatible = "shared-dma-pool";
                        size = <0x6000000>;
                        alloc-ranges = <0x4a000000 0x6000000>;