mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
dts: reduce isp memory usage [1/1]
PD#SWPL-2512 Problem: isp reserved mem too large Solution: reduce isp mem to 256M Verify: A311D-W400 Change-Id: I33ee2872daf961da5f0ba4ba4810b0ac9690e45f Signed-off-by: Jiacheng Mei <jiacheng.mei@amlogic.com>
This commit is contained in:
committed by
Dongjin Kim
parent
8bb52d4c6b
commit
5aac68a693
@@ -163,7 +163,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
status = "okay";
|
||||
size = <0x0 0x1f000000>;
|
||||
size = <0x0 0x10000000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user