Skip to content

Commit 0bef3af

Browse files
YiChongZhrkhuangtao
authored andcommitted
camera: rockchip: camsys_drv: disable cru reset of rk3326 isp now
Because it will cause CPU hangs on, so disable the reset temporarily. Change-Id: I612be4b47145fd1ebf8d8e5d44270f26151768fa Signed-off-by: Zhong Yichong <zyc@rock-chips.com>
1 parent f943a72 commit 0bef3af

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

drivers/media/video/rk_camsys/camsys_soc_rk3326.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ int camsys_rk3326_cfg
194194
}
195195

196196
case Isp_SoftRst: {/* ddl@rock-chips.com: v0.d.0 */
197+
#if 0
197198
unsigned long reset;
198199

199200
reset = (unsigned long)cfg_para;
@@ -206,8 +207,10 @@ int camsys_rk3326_cfg
206207
VI_IRCL));
207208
camsys_trace(2, "Isp self soft rst: %ld", reset);
208209
break;
210+
#else
211+
break;
212+
#endif
209213
}
210-
211214
default:
212215
{
213216
camsys_warn("cfg_cmd: 0x%x isn't support", cfg_cmd);

0 commit comments

Comments
 (0)