Re: [PATCH] media: i2c: imx412: Extend the power-on waiting time
From: Wenmeng Liu
Date: Mon Dec 22 2025 - 04:35:17 EST
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.
Is this somehow specific to the Arducam module? If so, what's there in the
module that requires this?
Yes, This issue occurred on the Arducam 22-pin IMX577 module.
I have tried changing the sequence of regulator, reset, and clock, and found that this module must wait a sufficient amount of time after reset before registers can be written (10 ms is a safe duration). This issue did not occur when using other IMX577 modules.
Thanks,
Wenmeng