dts: reduce isp memory usage for buildroot [1/1]

PD#SWPL-2512

Problem:
isp reserved mem too large

Solution:
reduce isp mem to 256M

Verify:
g12b-buildroot

Change-Id: I8e18f7618a069b43fa288221bca1943d5c3ebcc2
Signed-off-by: Jiacheng Mei <jiacheng.mei@amlogic.com>
This commit is contained in:
Jiacheng Mei
2018-12-03 11:24:51 +08:00
committed by Jianxin Pan
parent 4b6e8fad3e
commit db208dfd4c

View File

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