mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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:
parent
f943a72c35
commit
0bef3afae9
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user