mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
dts: specify ion_reserved to allocate memory from low memory
PD#173802: dts: ion_reserved address mapping problem in 32bit kernel4.9 Change-Id: I3bb23c435ecf4da59985782f6f54564ed76e121a Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
This commit is contained in:
committed by
Jianxin Pan
parent
fd9dacf2d1
commit
0702280150
@@ -90,6 +90,7 @@
|
||||
reusable;
|
||||
size = <0x4C00000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x0 0x2ee00000>;
|
||||
};
|
||||
|
||||
/* vdin0 CMA pool */
|
||||
|
||||
@@ -99,6 +99,7 @@
|
||||
reusable;
|
||||
size = <0x7C00000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x0 0x2ee00000>;
|
||||
};
|
||||
|
||||
/* vdin0 CMA pool */
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
size = <0x2400000>;
|
||||
alignment = <0x400000>;
|
||||
/* alloc by self */
|
||||
alloc-ranges = <0x32000000 0xc800000>;
|
||||
alloc-ranges = <0x0 0x2ee00000>;
|
||||
};
|
||||
|
||||
codec_mm_cma:linux,codec_mm_cma {
|
||||
|
||||
@@ -97,6 +97,7 @@
|
||||
reusable;
|
||||
size = <0x7C00000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x0 0x2ee00000>;
|
||||
};
|
||||
|
||||
/*di CMA pool */
|
||||
|
||||
@@ -97,6 +97,7 @@
|
||||
reusable;
|
||||
size = <0x7C00000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x0 0x2ee00000>;
|
||||
};
|
||||
|
||||
/*di CMA pool */
|
||||
|
||||
Reference in New Issue
Block a user