Skip to content

Commit

Permalink
staging: drm/imx: Remove 300ms delay after memory reset
Browse files Browse the repository at this point in the history
This has been added once, but does not seem to be necessary. Tested
on i.MX51 and i.MX6.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Philipp Zabel authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent 87e31a0 commit 2d8f46f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/imx-drm/ipu-v3/ipu-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,6 @@ static int ipu_reset(struct ipu_soc *ipu)
cpu_relax();
}

mdelay(300);

return 0;
}

Expand Down

0 comments on commit 2d8f46f

Please sign in to comment.