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>
This commit is contained in:
Zhong Yichong 2018-02-09 16:20:16 +08:00 committed by Tao Huang
parent f943a72c35
commit 0bef3afae9

View File

@ -194,6 +194,7 @@ int camsys_rk3326_cfg
}
case Isp_SoftRst: {/* ddl@rock-chips.com: v0.d.0 */
#if 0
unsigned long reset;
reset = (unsigned long)cfg_para;
@ -206,8 +207,10 @@ int camsys_rk3326_cfg
VI_IRCL));
camsys_trace(2, "Isp self soft rst: %ld", reset);
break;
#else
break;
#endif
}
default:
{
camsys_warn("cfg_cmd: 0x%x isn't support", cfg_cmd);