dts: reduce isp reserved mem [1/1]

PD#SWPL-70

Problem:
arm isp can't get reserved mem

Solution:
reduce isp reserved mem

Verify:
w400

Test: camera preview and capture OK

Change-Id: Icaf630a25a55d31ec3ed68cae48fb840017c9fc0
Signed-off-by: Jiacheng Mei <jiacheng.mei@amlogic.com>
This commit is contained in:
Jiacheng Mei
2019-06-04 17:33:02 +08:00
committed by Luan Yuan
parent ee002ef825
commit f24067aff6
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@
compatible = "shared-dma-pool";
reusable;
status = "okay";
size = <0x68000000>;
size = <0x6800000>;
alignment = <0x400000>;
};
adapt_cma_reserved:linux,adapt_cma {

View File

@@ -164,7 +164,7 @@
compatible = "shared-dma-pool";
reusable;
status = "okay";
size = <0x68000000>;
size = <0x6800000>;
alignment = <0x400000>;
};
adapt_cma_reserved:linux,adapt_cma {