mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -162,7 +162,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
status = "okay";
|
||||
size = <0x68000000>;
|
||||
size = <0x6800000>;
|
||||
alignment = <0x400000>;
|
||||
};
|
||||
adapt_cma_reserved:linux,adapt_cma {
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
status = "okay";
|
||||
size = <0x68000000>;
|
||||
size = <0x6800000>;
|
||||
alignment = <0x400000>;
|
||||
};
|
||||
adapt_cma_reserved:linux,adapt_cma {
|
||||
|
||||
Reference in New Issue
Block a user