ODROID: arm64/dts: Rearrange the codec cma area

- Android media server is built for 32 bit. So when using the mmap
function, you can face the memory issue with over the 2GB memory access.
So to avoid memory issues with this problem, I rearranged the codec cma
area address.

Change-Id: If7215175d768123b0156a7e914d250a9c0a92f0f
This commit is contained in:
Luke go
2021-01-28 12:03:48 +09:00
parent fba033fa1a
commit e0da186b57
2 changed files with 2 additions and 0 deletions

View File

@@ -114,6 +114,7 @@
/* ion_codec_mm max can alloc size 80M*/
size = <0x0 0x13400000>;
alignment = <0x0 0x400000>;
alloc-ranges = <0x0 0x65000000 0x0 0x13400000>;
linux,contiguous-region;
clear-map;
};

View File

@@ -107,6 +107,7 @@
/* ion_codec_mm max can alloc size 80M*/
size = <0x0 0x13400000>;
alignment = <0x0 0x400000>;
alloc-ranges = <0x0 0x65000000 0x0 0x13400000>;
linux,contiguous-region;
clear-map;
};