arm64: dts: amlogic: g12 boards: Remove size 0 cma areas 46/252046/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 22 Jan 2021 05:52:15 +0000 (14:52 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 22 Jan 2021 05:53:33 +0000 (14:53 +0900)
The cma area with size 0 has no meaning and it adds unnecessary
reserve information. Remove size 0 cma areas.

Change-Id: I02f6091d7628e19aec3be928612e778c57648c9e
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm64/boot/dts/amlogic/kvim3_linux.dts
arch/arm64/boot/dts/amlogic/kvim3l_linux.dts
arch/arm64/boot/dts/amlogic/meson64_odroidc4.dts
arch/arm64/boot/dts/amlogic/meson64_odroidn2.dtsi

index 2e9dd48..6583f3a 100644 (file)
                };
                /*  POST PROCESS MANAGER */
                ppmgr_reserved:linux,ppmgr {
+                       status = "disable";
                        compatible = "shared-dma-pool";
                        size = <0x0 0x0>;
                };
                };
                /* codec shared reserved */
                codec_mm_reserved:linux,codec_mm_reserved {
+                       status = "disable";
                        compatible = "amlogic, codec-mm-reserved";
                        size = <0x0 0x0>;
                        alignment = <0x0 0x100000>;
index 5ed3c76..1c38e44 100644 (file)
                };
                /*  POST PROCESS MANAGER */
                ppmgr_reserved:linux,ppmgr {
+                       status = "disable";
                        compatible = "shared-dma-pool";
                        size = <0x0 0x0>;
                };
                };
                /* codec shared reserved */
                codec_mm_reserved:linux,codec_mm_reserved {
+                       status = "disable";
                        compatible = "amlogic, codec-mm-reserved";
                        size = <0x0 0x0>;
                        alignment = <0x0 0x100000>;
index b7fcced..a8aeb3a 100644 (file)
@@ -74,6 +74,7 @@
 
                /*  POST PROCESS MANAGER */
                ppmgr_reserved:linux,ppmgr {
+                       status = "disable";
                        compatible = "shared-dma-pool";
                        size = <0x0 0x0>;
                };
                };
                /* codec shared reserved */
                codec_mm_reserved:linux,codec_mm_reserved {
+                       status = "disable";
                        compatible = "amlogic, codec-mm-reserved";
                        size = <0x0 0x0>;
                        alignment = <0x0 0x100000>;
index 4564b01..a07676e 100644 (file)
@@ -85,6 +85,7 @@
                };
                /*  POST PROCESS MANAGER */
                ppmgr_reserved:linux,ppmgr {
+                       status = "disable";
                        compatible = "shared-dma-pool";
                        size = <0x0 0x0>;
                };
                };
                /* codec shared reserved */
                codec_mm_reserved:linux,codec_mm_reserved {
+                       status = "disable";
                        compatible = "amlogic, codec-mm-reserved";
                        size = <0x0 0x0>;
                        alignment = <0x0 0x100000>;