mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: rk-isp10: rk3399 software reset instead of hardware reset
Change-Id: I9893bf237bda078b6dc16c8d504bdcdc16861cc9 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -752,7 +752,7 @@ int pltfrm_rk3399_cfg(struct pltfrm_soc_cfg_para *cfg)
|
||||
break;
|
||||
|
||||
case PLTFRM_CLKRST:
|
||||
write_cifisp_reg(VI_IRCL, 0x80);
|
||||
write_cifisp_reg(VI_IRCL, 0xf7f);
|
||||
usleep_range(10, 15);
|
||||
write_cifisp_reg(VI_IRCL, 0x00);
|
||||
ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user