[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aXIZ_lxi1OeuXbV7@kekkonen.localdomain>
Date: Thu, 22 Jan 2026 14:37:18 +0200
From: Sakari Ailus <sakari.ailus@...ux.intel.com>
To: Wenmeng Liu <wenmeng.liu@....qualcomm.com>
Cc: Mauro Carvalho Chehab <mchehab@...nel.org>, linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v6 2/2] media: i2c: imx412: Extend the power-on waiting
time
Hi Wenmeng,
On Thu, Jan 22, 2026 at 05:31:19PM +0800, Wenmeng Liu wrote:
> 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@....qualcomm.com>
> ---
> drivers/media/i2c/imx412.c | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/media/i2c/imx412.c b/drivers/media/i2c/imx412.c
> index aa63dfc349181bf9c180ffd566b0317d05b410c1..9154c238949e4308755e757bd9c71f0b44f433ee 100644
> --- a/drivers/media/i2c/imx412.c
> +++ b/drivers/media/i2c/imx412.c
> @@ -1037,7 +1037,11 @@ static int imx412_power_on(struct device *dev)
> goto error_reset;
> }
>
> - usleep_range(1000, 1200);
> + /*
> + * Some IMX577 modules require a longer reset settle time.
> + * Increasing the delay from 1ms to 10ms ensures reliable startup.
> + */
This still doesn't mention the Arducam module. :-(
> + usleep_range(10000, 12000);
>
> return 0;
>
>
--
Regards,
Sakari Ailus
Powered by blists - more mailing lists