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:
Jiacheng Mei
2018-11-26 19:46:44 +08:00
committed by Dongjin Kim
parent 8bb52d4c6b
commit 5aac68a693

View File

@@ -163,7 +163,7 @@
compatible = "shared-dma-pool";
reusable;
status = "okay";
size = <0x0 0x1f000000>;
size = <0x0 0x10000000>;
alignment = <0x0 0x400000>;
};