dts: gxl/gxm: give up the reserved memory in the media drivers

PD#143278: the memory allocation through the CMA

Change-Id: Ife7c9ebb02ae71aea19c2d0fb8180e2df9f96e0d
Signed-off-by: Nanxin Qin <nanxin.qin@amlogic.com>
This commit is contained in:
Nanxin Qin
2017-05-07 23:31:35 +08:00
committed by Jianxin Pan
parent 8fae043a76
commit 882c510212
5 changed files with 10 additions and 10 deletions

View File

@@ -118,7 +118,7 @@
codec_mm_cma:linux,codec_mm_cma {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0xc000000>;
size = <0x0 0x10400000>;
alignment = <0x0 0x400000>;
linux,contiguous-region;
};
@@ -132,7 +132,7 @@
/* codec shared reserved */
codec_mm_reserved:linux,codec_mm_reserved {
compatible = "amlogic, codec-mm-reserved";
size = <0x0 0x4100000>;
size = <0x0 0x0>;
alignment = <0x0 0x100000>;
//no-map;
};

View File

@@ -119,7 +119,7 @@
codec_mm_cma:linux,codec_mm_cma {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0xc000000>;
size = <0x0 0x10400000>;
alignment = <0x0 0x400000>;
linux,contiguous-region;
};
@@ -133,7 +133,7 @@
/* codec shared reserved */
codec_mm_reserved:linux,codec_mm_reserved {
compatible = "amlogic, codec-mm-reserved";
size = <0x0 0x4100000>;
size = <0x0 0x0>;
alignment = <0x0 0x100000>;
//no-map;
};

View File

@@ -118,7 +118,7 @@
codec_mm_cma:linux,codec_mm_cma {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0xc000000>;
size = <0x0 0x10400000>;
alignment = <0x0 0x400000>;
linux,contiguous-region;
};
@@ -132,7 +132,7 @@
/* codec shared reserved */
codec_mm_reserved:linux,codec_mm_reserved {
compatible = "amlogic, codec-mm-reserved";
size = <0x0 0x4100000>;
size = <0x0 0x0>;
alignment = <0x0 0x100000>;
//no-map;
};

View File

@@ -118,7 +118,7 @@
codec_mm_cma:linux,codec_mm_cma {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0xd000000>;
size = <0x0 0x11400000>;
alignment = <0x0 0x400000>;
linux,contiguous-region;
};
@@ -132,7 +132,7 @@
/* codec shared reserved */
codec_mm_reserved:linux,codec_mm_reserved {
compatible = "amlogic, codec-mm-reserved";
size = <0x0 0x4100000>;
size = <0x0 0x0>;
alignment = <0x0 0x100000>;
//no-map;
};

View File

@@ -119,7 +119,7 @@
codec_mm_cma:linux,codec_mm_cma {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0xc000000>;
size = <0x0 0x10400000>;
alignment = <0x0 0x400000>;
linux,contiguous-region;
};
@@ -133,7 +133,7 @@
/* codec shared reserved */
codec_mm_reserved:linux,codec_mm_reserved {
compatible = "amlogic, codec-mm-reserved";
size = <0x0 0x4100000>;
size = <0x0 0x0>;
alignment = <0x0 0x100000>;
//no-map;
};