|
@@ -652,7 +652,7 @@ static void vp_win_reset(struct mixer_context *ctx)
|
|
/* waiting until VP_SRESET_PROCESSING is 0 */
|
|
/* waiting until VP_SRESET_PROCESSING is 0 */
|
|
if (~vp_reg_read(res, VP_SRESET) & VP_SRESET_PROCESSING)
|
|
if (~vp_reg_read(res, VP_SRESET) & VP_SRESET_PROCESSING)
|
|
break;
|
|
break;
|
|
- usleep_range(10000, 12000);
|
|
|
|
|
|
+ mdelay(10);
|
|
}
|
|
}
|
|
WARN(tries == 0, "failed to reset Video Processor\n");
|
|
WARN(tries == 0, "failed to reset Video Processor\n");
|
|
}
|
|
}
|