mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
hdmirx: modify emp mem size [1/1]
PD#SWPL-4513 Problem: The memery size of emp is oversize Solution: reduce the memery size to 4M Verify: None Change-Id: If39103a6643968f4a3000c7ba44f44e1b7e290c2 Signed-off-by: yicheng shen <yicheng.shen@amlogic.com>
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
reusable;
|
||||
/* 4M for emp to ddr */
|
||||
/* 32M for tmds to ddr */
|
||||
size = <0x2000000>;
|
||||
size = <0x400000>;
|
||||
alignment = <0x400000>;
|
||||
/* alloc-ranges = <0x400000 0x2000000>; */
|
||||
};
|
||||
|
||||
@@ -166,7 +166,7 @@
|
||||
reusable;
|
||||
/* 4M for emp to ddr */
|
||||
/* 32M for tmds to ddr */
|
||||
size = <0x2000000>;
|
||||
size = <0x400000>;
|
||||
alignment = <0x400000>;
|
||||
/* alloc-ranges = <0x400000 0x2000000>; */
|
||||
};
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
reusable;
|
||||
/* 4M for emp to ddr */
|
||||
/* 32M for tmds to ddr */
|
||||
size = <0x2000000>;
|
||||
size = <0x400000>;
|
||||
alignment = <0x400000>;
|
||||
/* alloc-ranges = <0x400000 0x2000000>; */
|
||||
};
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
reusable;
|
||||
/* 4M for emp to ddr */
|
||||
/* 32M for tmds to ddr */
|
||||
size = <0x2000000>;
|
||||
size = <0x400000>;
|
||||
alignment = <0x400000>;
|
||||
/* alloc-ranges = <0x400000 0x2000000>; */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user