mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
mm: clear reserved memory for ION
PD#143278: clear reserved memory for ION Change-Id: Ie1acf50f5fdd49b0b8ad7ca493d986b161d959cc Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
|
||||
ion_reserved:linux,ion-dev {
|
||||
compatible = "amlogic, idev-mem";
|
||||
size = <0x0 0x2000000>;
|
||||
size = <0x0 0x0>;
|
||||
};
|
||||
|
||||
/* vdin0 CMA pool */
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
|
||||
ion_reserved:linux,ion-dev {
|
||||
compatible = "amlogic, idev-mem";
|
||||
size = <0x0 0x2000000>;
|
||||
size = <0x0 0x0>;
|
||||
};
|
||||
|
||||
/* vdin0 CMA pool */
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
|
||||
ion_reserved:linux,ion-dev {
|
||||
compatible = "amlogic, idev-mem";
|
||||
size = <0x0 0x2000000>;
|
||||
size = <0x0 0x0>;
|
||||
};
|
||||
|
||||
/* vdin0 CMA pool */
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
|
||||
ion_reserved:linux,ion-dev {
|
||||
compatible = "amlogic, idev-mem";
|
||||
size = <0x0 0x3900000>;
|
||||
size = <0x0 0x0>;
|
||||
};
|
||||
|
||||
/* vdin0 CMA pool */
|
||||
@@ -107,7 +107,7 @@
|
||||
/* POST PROCESS MANAGER */
|
||||
ppmgr_reserved:linux,ppmgr {
|
||||
compatible = "amlogic, ppmgr_memory";
|
||||
size = <0x0 0x2000000>;
|
||||
size = <0x0 0x0>;
|
||||
};
|
||||
|
||||
codec_mm_cma:linux,codec_mm_cma {
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
|
||||
ion_reserved:linux,ion-dev {
|
||||
compatible = "amlogic, idev-mem";
|
||||
size = <0x0 0x2000000>;
|
||||
size = <0x0 0x0>;
|
||||
};
|
||||
|
||||
/* vdin0 CMA pool */
|
||||
|
||||
Reference in New Issue
Block a user