mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
arm64: dts: rockchip: rv1126b-thunder-boot: Enlarge meta memory size to 0xe0000
Signed-off-by: Yuefu Su <yuefu.su@rock-chips.com> Change-Id: Ib0d2af98ab3bfbda9f853b53dd2dbc297ba9437e
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
|
||||
meta: meta@41240000 {
|
||||
/* reg's offset MUST match with RTOS */
|
||||
reg = <0x41240000 0x000c0000>;
|
||||
reg = <0x41240000 0x000e0000>;
|
||||
};
|
||||
|
||||
rkisp_thunderboot: rkisp@41300000 {
|
||||
@@ -102,7 +102,7 @@
|
||||
* vicap, capture raw10, ceil(w*10/8/256)*256*h *4(buf num)
|
||||
* e.g. 1920x1080: 0xa8c000
|
||||
*/
|
||||
reg = <0x41300000 0xa8c000>;
|
||||
reg = <0x41320000 0xa8c000>;
|
||||
};
|
||||
|
||||
rkisp1_thunderboot: rkisp1_thunderboot {
|
||||
|
||||
Reference in New Issue
Block a user