Re: [PATCH] nvmem: qfprom: Increase fuse blow timeout to prevent write fail.

From: Doug Anderson
Date: Fri Jan 07 2022 - 09:57:21 EST


Hi,

On Thu, Jan 6, 2022 at 6:31 PM Knox Chiou <knoxchiou@xxxxxxxxxxxx> wrote:
>
> sc7180 blow fuses got slightly chances to hit qfprom_reg_write timeout.
> Current timeout is simply too low. Since blowing fuses is a
> very rare operation, so the risk associated with overestimating this
> number is low.
> Increase fuse blow timeout from 1ms to 10ms.
>
> Signed-off-by: Knox Chiou <knoxchiou@xxxxxxxxxxxx>
> ---
>
> drivers/nvmem/qfprom.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Slight nit that ${SUBJECT} for patches usually doesn't end with a
period. Presumably if Srinivas cares he can fix it while applying.

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>