rk30: vpu_service: reduce reset delay time from 10ms to 1ms
author陈恒明 <chm@rock-chips.com>
Tue, 10 Apr 2012 03:35:20 +0000 (11:35 +0800)
committer陈恒明 <chm@rock-chips.com>
Tue, 10 Apr 2012 03:36:01 +0000 (11:36 +0800)
arch/arm/plat-rk/vpu_service.c

index 74d4cbb82b7fa7548d4d24223eea84279ec1141b..1c03b106593ec8717c9bcaa1a3d78ec76690d9cb 100644 (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);