Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d8f46f2 authored by Philipp Zabel's avatar Philipp Zabel Committed by Greg Kroah-Hartman
Browse files

staging: drm/imx: Remove 300ms delay after memory reset



This has been added once, but does not seem to be necessary. Tested
on i.MX51 and i.MX6.

Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 87e31a07
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -673,8 +673,6 @@ static int ipu_reset(struct ipu_soc *ipu)
		cpu_relax();
	}

	mdelay(300);

	return 0;
}