mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
dts: change codec mm size to 192M. [1/1]
PD#SWPL-9156 Problem: memory overread error Solution: fixed play movie error Verify: verify by ac202/u202 Change-Id: I15e459a4fe044b02a5e958293c1516f8b7795096 Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* ion_codec_mm max can alloc size 80M*/
|
||||
size = <0x13400000>;
|
||||
size = <0xd000000>;
|
||||
alignment = <0x400000>;
|
||||
linux,contiguous-region;
|
||||
alloc-ranges = <0x30000000 0x10000000>;
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* ion_codec_mm max can alloc size 80M*/
|
||||
size = <0x0 0x13400000>;
|
||||
size = <0x0 0xd000000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user