mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
dts: isp reserved memory optimize on w411 platform [1/1]
PD#SWPL-4577 Problem: ISP reserve memory needs to be optimized. Solution: 1.cost down isp reserved memory(just support 1ch 1080P60fps) 2.temper size default set 24M(config in dtsi) Verify: verify on w411 platform. Change-Id: I5df16e7625be09c6feebcf74ea56b24f5a0f451b Signed-off-by: Dianzhong Huo <dianzhong.huo@amlogic.com>
This commit is contained in:
committed by
Jianxin Pan
parent
b5d6c8e67d
commit
c7d65d7cec
@@ -161,7 +161,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
status = "okay";
|
||||
size = <0x0 0xb400000>;
|
||||
size = <0x0 0x3c00000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
|
||||
@@ -169,7 +169,7 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
status = "okay";
|
||||
size = <0x0 0x03000000>;
|
||||
size = <0x0 0x1800000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
gdc_cma_reserved:linux,gdc_cma {
|
||||
|
||||
Reference in New Issue
Block a user