From: Knox Chiou Date: Wed, 23 Feb 2022 22:35:00 +0000 (+0000) Subject: nvmem: qfprom: Increase fuse blow timeout to prevent write fail X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bc5c75e0a5a9400f81a987cc720100ac475fa4d8;p=linux.git nvmem: qfprom: Increase fuse blow timeout to prevent write fail 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. Reviewed-by: Douglas Anderson Signed-off-by: Knox Chiou Signed-off-by: Srinivas Kandagatla Link: https://lore.kernel.org/r/20220223223502.29454-2-srinivas.kandagatla@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/nvmem/qfprom.c b/drivers/nvmem/qfprom.c index 061293f9136b0..162132c7dab93 100644 --- a/drivers/nvmem/qfprom.c +++ b/drivers/nvmem/qfprom.c @@ -22,7 +22,7 @@ /* Amount of time required to hold charge to blow fuse in micro-seconds */ #define QFPROM_FUSE_BLOW_POLL_US 100 -#define QFPROM_FUSE_BLOW_TIMEOUT_US 1000 +#define QFPROM_FUSE_BLOW_TIMEOUT_US 10000 #define QFPROM_BLOW_STATUS_OFFSET 0x048 #define QFPROM_BLOW_STATUS_BUSY 0x1