media: nxp: imx8-isi: Remove 300ms sleep after enabling channel
authorJacopo Mondi <jacopo.mondi@ideasonboard.com>
Tue, 14 Feb 2023 17:35:39 +0000 (17:35 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 16 Apr 2023 06:38:01 +0000 (07:38 +0100)
commit20af6be6bee4c3af80aac9b44b3d32d89824dde7
treeff3b859fa798825bf3067bd0372ca1e2f89191d6
parent2bab9442b85665c1f52062dca6a5623dffc18272
media: nxp: imx8-isi: Remove 300ms sleep after enabling channel

The current implementation of the mxc_isi_channel_enable() function has
a hard 300ms sleep. This was copied from the NXP BSP, which has since
dropped the sleep in a commit that implied the delay was meant to wait
for the sensor to be "stable". As the sensor is started after the ISI,
the delay won't affect sensor operation. Drop it.

Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c