rk30: vpu_service: reduce reset delay time from 10ms to 1ms

This commit is contained in:
陈恒明
2012-04-10 11:35:20 +08:00
parent fc4b6ba2c7
commit 7d7637de56

View File

@@ -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);