The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] media: i2c: imx412: Extend the power-on waiting time
@ 2025-12-22  9:04 Wenmeng Liu
  2025-12-22  9:11 ` Sakari Ailus
  0 siblings, 1 reply; 11+ messages in thread
From: Wenmeng Liu @ 2025-12-22  9:04 UTC (permalink / raw)
  To: Sakari Ailus, Mauro Carvalho Chehab
  Cc: linux-media, linux-kernel, Wenmeng Liu, Wenmeng Liu, Wenmeng

From: Wenmeng Liu <quic_wenmliu@quicinc.com>

The Arducam IMX577 module requires a longer reset time than the 1000µs
configured in the current driver. Increase the wait time after power-on
to ensure proper initialization.

Signed-off-by: Wenmeng Liu <wenmeng.liu@oss.qualcomm.com>
---
Signed-off-by: Wenmeng <wenmeng.liu@oss.qualcomm.com>
---
 drivers/media/i2c/imx412.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/i2c/imx412.c b/drivers/media/i2c/imx412.c
index b3826f80354703b17b416dc233854da3f5736e38..e444c48c11b171b421c535beb23211bf0b600d3a 100644
--- a/drivers/media/i2c/imx412.c
+++ b/drivers/media/i2c/imx412.c
@@ -1037,7 +1037,7 @@ static int imx412_power_on(struct device *dev)
 		goto error_reset;
 	}
 
-	usleep_range(1000, 1200);
+	usleep_range(10000, 12000);
 
 	return 0;
 

---
base-commit: cc3aa43b44bdb43dfbac0fcb51c56594a11338a8
change-id: 20251222-imx412-1b02ec8bd2b5

Best regards,
-- 
Wenmeng <wenmeng.liu@oss.qualcomm.com>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-01-07 13:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-22  9:04 [PATCH] media: i2c: imx412: Extend the power-on waiting time Wenmeng Liu
2025-12-22  9:11 ` Sakari Ailus
2025-12-22  9:14   ` Wenmeng Liu
2025-12-22  9:35   ` Wenmeng Liu
2025-12-22 12:11     ` Dave Stevenson
2025-12-22 12:20       ` Wenmeng Liu
2025-12-22 14:16         ` Dave Stevenson
2025-12-23  6:19           ` Wenmeng Liu
2025-12-30 11:33             ` Sakari Ailus
2026-01-05  8:14               ` Wenmeng Liu
2026-01-07 13:36                 ` Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox