mmc: msm_sdcc: Update the request timeout for certain SanDisk eMMC cards
Some INAND MCP devices advertise incorrect data timeout values
which in turn require higher request timeout value.
Update the request timeout for such devices for proper functionality.
CRs-Fixed: 359037
Change-Id: Ice18f3b20e3d646030f0facadae78f5535c92920
Signed-off-by: Pratibhasagar V <pratibha@codeaurora.org>
diff --git a/drivers/mmc/host/msm_sdcc.h b/drivers/mmc/host/msm_sdcc.h
index 718ef43..e6bd16c 100644
--- a/drivers/mmc/host/msm_sdcc.h
+++ b/drivers/mmc/host/msm_sdcc.h
@@ -212,10 +212,7 @@
#define MSM_MMC_IDLE_TIMEOUT 5000 /* msecs */
-/*
- * Set the request timeout to 10secs to allow
- * bad cards/controller to respond.
- */
+/* Set the request timeout to 10secs */
#define MSM_MMC_REQ_TIMEOUT 10000 /* msecs */
#define MSM_MMC_DISABLE_TIMEOUT 200 /* msecs */