mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM: dts: rockchip: rv1126b-evb2-v10-tb-400w-emmc: fix isp reserve memory error
Signed-off-by: Yuefu Su <yuefu.su@rock-chips.com> Change-Id: I7577ec906a7d4713873311d91441eff93ef53ef4
This commit is contained in:
@@ -74,8 +74,8 @@
|
||||
&rkisp_thunderboot {
|
||||
/* reg's offset MUST match with RTOS */
|
||||
/*
|
||||
* vicap, capture raw10, ceil(w*10/8/256)*256*h *4(buf num)
|
||||
* e.g. 2688x1520: 0x14c8000
|
||||
* vicap, capture raw10, ceil(w*10/8/256)*256*h *4(buf num) + sizeof(rkisp_thunderboot_resmem_head)
|
||||
* e.g. 2688x1520: 0x14c80000 + 0x9000
|
||||
*/
|
||||
reg = <0x41320000 0x14c8000>;
|
||||
reg = <0x41320000 0x14d1000>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user