mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
rk30: vpu_service: reduce reset delay time from 10ms to 1ms
This commit is contained in:
@@ -204,7 +204,7 @@ static void vpu_reset(void)
|
||||
cru_set_soft_reset(SOFT_RST_VCODEC_NIU_AXI, true);
|
||||
cru_set_soft_reset(SOFT_RST_VCODEC_AHB, true);
|
||||
cru_set_soft_reset(SOFT_RST_VCODEC_AXI, true);
|
||||
mdelay(10);
|
||||
mdelay(1);
|
||||
cru_set_soft_reset(SOFT_RST_VCODEC_AXI, false);
|
||||
cru_set_soft_reset(SOFT_RST_VCODEC_AHB, false);
|
||||
cru_set_soft_reset(SOFT_RST_VCODEC_NIU_AXI, false);
|
||||
|
||||
Reference in New Issue
Block a user