diff --git a/drivers/spi/spi-rockchip-sfc.c b/drivers/spi/spi-rockchip-sfc.c index 6211acbd2d97..0dc25bd9a685 100644 --- a/drivers/spi/spi-rockchip-sfc.c +++ b/drivers/spi/spi-rockchip-sfc.c @@ -976,7 +976,7 @@ static int rockchip_sfc_probe(struct platform_device *pdev) if (readl_poll_timeout(sfc->regbase + SFC_SR, status, !(status & SFC_SR_IS_BUSY), 10, - 500 * USEC_PER_MSEC)) + 5000 * USEC_PER_MSEC)) dev_err(dev, "Wait for SFC idle timeout!\n"); }