mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
committed by
Jianxin Pan
parent
4b6e8fad3e
commit
db208dfd4c
@@ -162,7 +162,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
status = "okay";
|
||||
size = <0x0 0x1f000000>;
|
||||
size = <0x0 0x10000000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user